X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETSmartCard.py;h=eeb804a532437224d906e47424904c66f2a2baa8;hp=135ad0d9f914de116a42be129e9c732dfce6bcf8;hb=d08bfd3c7cdc687fd68ba9025702c262665e52d3;hpb=46169c20b9a243aa8deecb4747a9431e86758c1c diff --git a/client/GoodFETSmartCard.py b/client/GoodFETSmartCard.py index 135ad0d..eeb804a 100755 --- a/client/GoodFETSmartCard.py +++ b/client/GoodFETSmartCard.py @@ -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;