Fixed GoodFETConsole in goodfet.cc
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sun, 28 Feb 2010 00:34:54 +0000 (00:34 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sun, 28 Feb 2010 00:34:54 +0000 (00:34 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@361 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/goodfet.cc

index bae48d8..e0b0d12 100755 (executable)
@@ -9,6 +9,7 @@ import sys;
 import binascii;
 
 from GoodFETCC import GoodFETCC;
+from GoodFETConsole import GoodFETConsole;
 
 
 if(len(sys.argv)==1):