diff -r ac9896336b90 -r 02f371f3e063 py_ext/PythonFileCTNMixin.py --- 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 = "\n"