played around with different inputs to change the temperature display
[goodfet] / client / GoodFETSmartCard.py
index 135ad0d..eeb804a 100755 (executable)
@@ -5,7 +5,7 @@
 #
 # This code is being rewritten and refactored.  You've been warned!
 
 #
 # This code is being rewritten and refactored.  You've been warned!
 
-import sys, time, string, cStringIO, struct, glob, serial, os;
+import sys, time, string, cStringIO, struct, glob, os;
 
 from GoodFET import GoodFET;
 
 
 from GoodFET import GoodFET;