There was a reason we imported these three, I just forgot it until now. It's a rough test that we have sufficient dependencies to run.

This commit is contained in:
Chris Jones 2010-01-05 09:24:44 +00:00
parent 4ed920d625
commit cb0b68bc5d
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ import sys
try:
import pygtk
pygtk.require ("2.0")
import gtk
# pylint: disable-msg=W0611
import gtk, pango, gobject
if gtk.gdk.display_get_default() == None:
print('You need to run terminator in an X environment. ' \