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:
parent
4ed920d625
commit
cb0b68bc5d
|
@ -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. ' \
|
||||
|
|
Loading…
Reference in New Issue