X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETAVR.py;h=4749d06c0ea6481525a6f1eeee68307fc1449a34;hp=dc143cca405b6398062e3a1c6272d6ab8c52c817;hb=46060f6ffd72fe43a3d273ccec0a637c6b628bc0;hpb=e0d4ec6318391968cb690e4b65188400a4e3e19b diff --git a/client/GoodFETAVR.py b/client/GoodFETAVR.py index dc143cc..4749d06 100644 --- a/client/GoodFETAVR.py +++ b/client/GoodFETAVR.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;