From 9a3aaaad1f569ca78bf4fcac8d107ed778f8639b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 25 Sep 2010 13:30:38 +0200 Subject: dir chown --- module/ConfigParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/ConfigParser.py') diff --git a/module/ConfigParser.py b/module/ConfigParser.py index b8da9a32f..714e34ca9 100644 --- a/module/ConfigParser.py +++ b/module/ConfigParser.py @@ -76,7 +76,7 @@ class ConfigParser: f = open("plugin.conf", "wb") f.write("version: "+str(CONF_VERSION)) f.close() - print "Old version of config was replaced" + print "Old version of plugin-config replaced" except: if n < 3: sleep(0.3) -- cgit v1.2.3