fix endianness in device descriptor
[goodfet] / client / GoodFETEM260.py
index 6856506..ef2bf0c 100644 (file)
@@ -16,7 +16,7 @@
 
 # The delay is mandatory.
 
-import sys, time, string, cStringIO, struct, glob, serial, os;
+import sys, time, string, cStringIO, struct, glob, os;
 
 from GoodFETSPI import GoodFETSPI;