py_ext/PythonFileCTNMixin.py
changeset 1062 fd7c9a7cf882
parent 1061 02f371f3e063
child 1097 233681f2a00e
--- a/py_ext/PythonFileCTNMixin.py	Wed Apr 24 18:34:00 2013 +0900
+++ b/py_ext/PythonFileCTNMixin.py	Wed Apr 24 17:37:46 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"