diff -r b0ac30ba7eaf -r fd7c9a7cf882 py_ext/PythonFileCTNMixin.py --- 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 = "\n"