view bin/vidref @ 525:d3f8333bc142

more vidref replay code Ignore-this: 5071a46b10b9e03755431bc2a9100af3
author drewp@bigasterisk.com
date Wed, 09 Jun 2010 05:35:54 +0000
parents 9f36a105adb3
children 6f1eb6437c96
line wrap: on
line source

#!/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()