view bin/vidref @ 523:9f36a105adb3

fix vidref to allow playback from webcam Ignore-this: 68fb17fe13ea3905dd72de86fa9f7c9a
author drewp@bigasterisk.com
date Tue, 08 Jun 2010 07:09:57 +0000
parents e20419d637d5
children d3f8333bc142
line wrap: on
line source

#!/usr/bin/python
import gtk
import sys
sys.path.append(".")
from light9.vidref.main import Main


start=Main()
gtk.main()