From 189efdfb8963fcd2e9a979583aabedd08cb04a44 Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Tue, 12 Feb 2008 21:52:18 +0000 Subject: r752@Devoty: necoro | 2008-02-12 22:19:21 +0100 Small import fixes (thanks to pylint) --- portato/config_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/config_parser.py') 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 = [";","#"] -- cgit v1.2.3