Removed unnecessary dependencies on py-serial for better use with the py-bluez devices.
[goodfet] / client / GoodFETMSP430.py
index fc8e99b..6d1184c 100644 (file)
@@ -5,7 +5,7 @@
 #
 # Presently being rewritten.
 
-import sys, time, string, cStringIO, struct, glob, serial, os;
+import sys, time, string, cStringIO, struct, glob, os;
 
 from GoodFET import GoodFET;