1 2 3 4 5 6 7 8 9 10 11 12
e20419d637d5 d3f8333bc142 d3f8333bc142 e20419d637d5 9f36a105adb3 9f36a105adb3 e20419d637d5 e20419d637d5 e20419d637d5 e20419d637d5 e20419d637d5 e20419d637d5
#!/usr/bin/python import gobject gobject.threads_init() import gtk import sys sys.path.append(".") from light9.vidref.main import Main start=Main() gtk.main()