Fix #1067 import os

This commit is contained in:
Andrew Resch 2009-11-06 19:22:13 +00:00
parent fb4495fc33
commit 267905295c

View File

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