Removed readline requirement from goodfet console, as it breaks Windows compatibility.
[goodfet] / client / goodfet
index ba43730..d580c26 100755 (executable)
@@ -5,8 +5,8 @@
 #
 # This code is being rewritten and refactored.  You've been warned!
 
-import sys, os, readline, code, binascii;
-#import rlcompleter;
+import sys, os, code, binascii;
+#import rlcompleter, readline;
 
 from GoodFET import GoodFET, getClient;
 from GoodFETConsole import GoodFETConsole;