Removed unnecessary dependencies on py-serial for better use with the py-bluez devices.
[goodfet] / client / GoodFETSPI.py
index 7f48a5a..c303b21 100644 (file)
@@ -5,7 +5,7 @@
 #
 # 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;