X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFET.py;h=48810af544e2fdd947fdac5416bf0260e1ba018b;hp=264a738ea3ecf5b621d826c3277f4108e6d89863;hb=1a28f22ced715fe03fd4a6dc6077c951f4b7efa2;hpb=6097d6dc581f9331d80c8f1a04d307dd68a2fd0d diff --git a/client/GoodFET.py b/client/GoodFET.py index 264a738..48810af 100755 --- a/client/GoodFET.py +++ b/client/GoodFET.py @@ -15,6 +15,10 @@ class GoodFET: def __init__(self, *args, **kargs): self.data=[0]; + + def getConsole(self): + from GoodFETConsole import GoodFETConsole; + return GoodFETConsole(self); def timeout(self): print "timeout\n"; def serInit(self, port=None):