Refactoring the client. I probably broke something.
[goodfet] / client / goodfet.spiflash
index 21a1efb..f97c20e 100755 (executable)
@@ -10,7 +10,7 @@ import sys;
 import binascii;
 import array;
 
-from GoodFETSPI import GoodFETSPIFlash;
+from GoodFET.GoodFETSPI import GoodFETSPIFlash;
 from intelhex import IntelHex;
 
 if(len(sys.argv)==1):