diff -r d42b6cf00fa6 -r c507c363625e CodeFileTreeNode.py --- a/CodeFileTreeNode.py Fri Sep 29 15:36:33 2017 +0300 +++ b/CodeFileTreeNode.py Fri Sep 29 16:26:15 2017 +0300 @@ -211,10 +211,10 @@ # Current Buffering Management Functions # ------------------------------------------------------------------------------- - """ - Return a copy of the codefile model - """ def Copy(self, model): + """ + Return a copy of the codefile model + """ return deepcopy(model) def CreateCodeFileBuffer(self, saved):