diff -r fddc29dee614 -r bbc3d3d93562 etherlab/EthercatMaster.py --- a/etherlab/EthercatMaster.py Sat Sep 29 16:31:54 2018 +0300 +++ b/etherlab/EthercatMaster.py Sat Sep 29 16:33:22 2018 +0300 @@ -786,10 +786,8 @@ # Current Buffering Management Functions # ------------------------------------------------------------------------------- - """ - Return a copy of the config - """ def Copy(self, model): + """Return a copy of the config""" return deepcopy(model) def CreateBuffer(self, saved):