From 46169c20b9a243aa8deecb4747a9431e86758c1c Mon Sep 17 00:00:00 2001 From: travisutk Date: Sat, 27 Feb 2010 23:40:28 +0000 Subject: [PATCH] Reverting modularization. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@359 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/{GoodFET => }/GoodFET.py | 0 client/{GoodFET => }/GoodFETAVR.py | 0 client/{GoodFET => }/GoodFETCC.py | 0 client/{GoodFET => }/GoodFETConsole.py | 0 client/{GoodFET => }/GoodFETMSP430.py | 0 client/{GoodFET => }/GoodFETSPI.py | 0 client/{GoodFET => }/GoodFETSmartCard.py | 0 client/goodfet.avr | 2 +- client/goodfet.cc | 2 +- client/goodfet.monitor | 2 +- client/goodfet.msp430 | 2 +- client/goodfet.sc | 2 +- client/goodfet.spiflash | 2 +- 13 files changed, 6 insertions(+), 6 deletions(-) rename client/{GoodFET => }/GoodFET.py (100%) rename client/{GoodFET => }/GoodFETAVR.py (100%) rename client/{GoodFET => }/GoodFETCC.py (100%) rename client/{GoodFET => }/GoodFETConsole.py (100%) rename client/{GoodFET => }/GoodFETMSP430.py (100%) rename client/{GoodFET => }/GoodFETSPI.py (100%) rename client/{GoodFET => }/GoodFETSmartCard.py (100%) diff --git a/client/GoodFET/GoodFET.py b/client/GoodFET.py similarity index 100% rename from client/GoodFET/GoodFET.py rename to client/GoodFET.py diff --git a/client/GoodFET/GoodFETAVR.py b/client/GoodFETAVR.py similarity index 100% rename from client/GoodFET/GoodFETAVR.py rename to client/GoodFETAVR.py diff --git a/client/GoodFET/GoodFETCC.py b/client/GoodFETCC.py similarity index 100% rename from client/GoodFET/GoodFETCC.py rename to client/GoodFETCC.py diff --git a/client/GoodFET/GoodFETConsole.py b/client/GoodFETConsole.py similarity index 100% rename from client/GoodFET/GoodFETConsole.py rename to client/GoodFETConsole.py diff --git a/client/GoodFET/GoodFETMSP430.py b/client/GoodFETMSP430.py similarity index 100% rename from client/GoodFET/GoodFETMSP430.py rename to client/GoodFETMSP430.py diff --git a/client/GoodFET/GoodFETSPI.py b/client/GoodFETSPI.py similarity index 100% rename from client/GoodFET/GoodFETSPI.py rename to client/GoodFETSPI.py diff --git a/client/GoodFET/GoodFETSmartCard.py b/client/GoodFETSmartCard.py similarity index 100% rename from client/GoodFET/GoodFETSmartCard.py rename to client/GoodFETSmartCard.py diff --git a/client/goodfet.avr b/client/goodfet.avr index ea40460..5eee753 100755 --- a/client/goodfet.avr +++ b/client/goodfet.avr @@ -3,7 +3,7 @@ import sys; import binascii; -from GoodFET.GoodFETAVR import GoodFETAVR; +from GoodFETAVR import GoodFETAVR; from intelhex import IntelHex16bit, IntelHex; if(len(sys.argv)==1): diff --git a/client/goodfet.cc b/client/goodfet.cc index 7ce85a1..bae48d8 100755 --- a/client/goodfet.cc +++ b/client/goodfet.cc @@ -8,7 +8,7 @@ import sys; import binascii; -from GoodFET.GoodFETCC import GoodFETCC; +from GoodFETCC import GoodFETCC; if(len(sys.argv)==1): diff --git a/client/goodfet.monitor b/client/goodfet.monitor index bf093cd..fb92528 100755 --- a/client/goodfet.monitor +++ b/client/goodfet.monitor @@ -3,7 +3,7 @@ import sys; import binascii; -from GoodFET.GoodFET import GoodFET; +from GoodFET import GoodFET; from intelhex import IntelHex16bit; if(len(sys.argv)==1): diff --git a/client/goodfet.msp430 b/client/goodfet.msp430 index 707579e..cf0e9bc 100755 --- a/client/goodfet.msp430 +++ b/client/goodfet.msp430 @@ -3,7 +3,7 @@ import sys; import binascii; -from GoodFET.GoodFETMSP430 import GoodFETMSP430; +from GoodFETMSP430 import GoodFETMSP430; from intelhex import IntelHex16bit, IntelHex; diff --git a/client/goodfet.sc b/client/goodfet.sc index 54d87f2..115be85 100755 --- a/client/goodfet.sc +++ b/client/goodfet.sc @@ -3,7 +3,7 @@ import sys; import binascii; -from GoodFET.GoodFETSmartCard import GoodFETSmartCard; +from GoodFETSmartCard import GoodFETSmartCard; from intelhex import IntelHex16bit, IntelHex; #Initialize FET and set baud rate diff --git a/client/goodfet.spiflash b/client/goodfet.spiflash index f97c20e..21a1efb 100755 --- a/client/goodfet.spiflash +++ b/client/goodfet.spiflash @@ -10,7 +10,7 @@ import sys; import binascii; import array; -from GoodFET.GoodFETSPI import GoodFETSPIFlash; +from GoodFETSPI import GoodFETSPIFlash; from intelhex import IntelHex; if(len(sys.argv)==1): -- 2.20.1