Reverting modularization.
[goodfet] / client / goodfet.cc
index e00c727..bae48d8 100755 (executable)
@@ -9,8 +9,6 @@ import sys;
 import binascii;
 
 from GoodFETCC import GoodFETCC;
-from GoodFETConsole import GoodFETConsole;
-from intelhex import IntelHex;
 
 
 if(len(sys.argv)==1):
@@ -32,6 +30,7 @@ if(len(sys.argv)==1):
     sys.exit();
 
 #Initailize FET and set baud rate
+#client=GoodFET.GoodFETCC.GoodFETCC();
 client=GoodFETCC();
 client.serInit()