Forgot the stupid import pygtk stuff there...

This commit is contained in:
Marco Pesenti Gritti 2007-02-06 12:01:59 +01:00
parent 4384cc3f5b
commit d0b4a48ff5

View File

@ -19,6 +19,8 @@
import os import os
import sys import sys
import pygtk
pygtk.require('2.0')
import gtk import gtk
os.environ['SUGAR_EMULATOR'] = 'yes' os.environ['SUGAR_EMULATOR'] = 'yes'