Files @ e8f6722a3881
Branch filter:

Location: light9/bin/vidref

drewp@bigasterisk.com
ascoltami2 web one is in good shape. main missing piece is the auto-go button
Ignore-this: 2a43f2b25b7b011437e8011bbab15954
#!/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()