Changeset - 89adbbb06bcd
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-06-12 07:31:29
drewp@bigasterisk.com
vidref run in twisted mainloop
Ignore-this: 537d30af9c1680a2be46c9ec333d63b1
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/vidref
Show inline comments
 
#!bin/python
 
from run_local import log
 
from twisted.internet import gtk2reactor
 
gtk2reactor.install()
 
from twisted.internet import reactor
 
import gobject
 
gobject.threads_init()
 
import gtk
 
@@ -24,5 +27,5 @@ logging.getLogger("restkit.client").setL
 

	
 

	
 
start=Main()
 
gtk.main()
 
reactor.run()
 

	
0 comments (0 inline, 0 general)