Fix #1067 import os

This commit is contained in:
Andrew Resch 2009-11-06 19:22:13 +00:00
parent 0a84bc73c5
commit dd67a935cb
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@
"""Common functions for various parts of gtkui to use."""
import os
import pygtk
pygtk.require('2.0')
import gtk, gtk.glade