getClient() fixed.
[goodfet] / client / goodfet.cc
index 7ce85a1..e0b0d12 100755 (executable)
@@ -8,7 +8,8 @@
 import sys;
 import binascii;
 
-from GoodFET.GoodFETCC import GoodFETCC;
+from GoodFETCC import GoodFETCC;
+from GoodFETConsole import GoodFETConsole;
 
 
 if(len(sys.argv)==1):