summaryrefslogtreecommitdiff
path: root/portato/config_parser.py
diff options
context:
space:
mode:
authorNecoro <>2008-02-12 21:52:18 +0000
committerNecoro <>2008-02-12 21:52:18 +0000
commit189efdfb8963fcd2e9a979583aabedd08cb04a44 (patch)
tree577bab4198dc01067dc8dba493676fb60d1944a1 /portato/config_parser.py
parent6a5280392712c7970e2632b4eed4fb26281d3086 (diff)
downloadportato-189efdfb8963fcd2e9a979583aabedd08cb04a44.tar.gz
portato-189efdfb8963fcd2e9a979583aabedd08cb04a44.tar.bz2
portato-189efdfb8963fcd2e9a979583aabedd08cb04a44.zip
r752@Devoty: necoro | 2008-02-12 22:19:21 +0100
Small import fixes (thanks to pylint)
Diffstat (limited to 'portato/config_parser.py')
-rw-r--r--portato/config_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/config_parser.py b/portato/config_parser.py
index 30d5d28..76a022a 100644
--- a/portato/config_parser.py
+++ b/portato/config_parser.py
@@ -35,7 +35,7 @@ import re
from gettext import lgettext as _
from threading import Lock
-from .helper import debug
+from .helper import debug, error
DELIMITER = ["=", ":"]
COMMENT = [";","#"]