From 5fca4557a88b2292ffb2bdcfc968fc3d0da9459d Mon Sep 17 00:00:00 2001 From: Paul King Date: Fri, 13 May 2011 21:46:04 +0100 Subject: fix last commit --- module/ConfigParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/ConfigParser.py b/module/ConfigParser.py index 81336e119..5804a15cf 100644 --- a/module/ConfigParser.py +++ b/module/ConfigParser.py @@ -129,7 +129,7 @@ class ConfigParser: line = line.rpartition("#") # removes comments if line[1]: line = line[0] - else: rpartition + else: line = line[2] line = line.strip() -- cgit v1.2.3