Remove testing hack that broke serialcon

This commit is contained in:
Cole Robinson 2012-01-29 21:19:12 -05:00
parent 1de788d8c4
commit 9679c841b8

View File

@ -29,7 +29,7 @@ import gtk
import gobject
try:
import vteee
import vte
except ImportError:
logging.debug("Could not import vte, no serial console support")
vte = None