py_ext/PythonFileCTNMixin.py
changeset 1061 02f371f3e063
parent 738 413946c04c87
child 1097 233681f2a00e
--- a/py_ext/PythonFileCTNMixin.py	Wed Apr 24 10:03:47 2013 +0200
+++ b/py_ext/PythonFileCTNMixin.py	Wed Apr 24 17:27:08 2013 +0200
@@ -48,7 +48,7 @@
     def CTNTestModified(self):
         return self.ChangesToSave or not self.PythonIsSaved()
     
-    def OnCTNSave(self):
+    def OnCTNSave(self, from_project_path=None):
         filepath = self.PythonFileName()
         
         text = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n"