From a3320d571ba2d4265b30809b81e70a23c05c7f7a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 22 Oct 2012 10:29:35 +0800 Subject: rename interpolation.text to interpolation2.text --- lib/myconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/myconfig.py b/lib/myconfig.py index 2811397..8420539 100644 --- a/lib/myconfig.py +++ b/lib/myconfig.py @@ -101,7 +101,7 @@ class MyConfig: return '.text' def getFinalModelFileName(self): - return 'interpolation.text' + return 'interpolation2.text' def getFinalStatusFileName(self): return 'cwd.status' -- cgit