X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETMCPCANCommunication.py;h=b318128cc74697e10f6447d4e31cd7e6f71a801c;hp=6e9b76eff1850ab496627639e99abd1b6ca252e6;hb=46a65ba9ec03ab996604483775eeec21b4597833;hpb=c35c6efb0263d915937e7d0d142eaad869fb9a90 diff --git a/client/GoodFETMCPCANCommunication.py b/client/GoodFETMCPCANCommunication.py index 6e9b76e..b318128 100644 --- a/client/GoodFETMCPCANCommunication.py +++ b/client/GoodFETMCPCANCommunication.py @@ -26,7 +26,7 @@ class GoodFETMCPCANCommunication: def __init__(self, dataLocation): self.client=GoodFETMCPCAN(); - """ Communication with the bus""" + """ Communication with the bus""" self.client.serInit() self.client.MCPsetup(); #self.DATA_LOCATION = "../../contrib/ThayerData/"