From d630c04ab1ab35e2ec6eeeaba9bdcb9f8e730e78 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Fri, 2 Apr 2010 07:24:52 +0000 Subject: #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. --- Lib/idlelib/FormatParagraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/FormatParagraph.py') diff --git a/Lib/idlelib/FormatParagraph.py b/Lib/idlelib/FormatParagraph.py index f30898e8ff..02f96d493a 100644 --- a/Lib/idlelib/FormatParagraph.py +++ b/Lib/idlelib/FormatParagraph.py @@ -15,7 +15,7 @@ # * Fancy comments, like this bulleted list, arent handled :-) import re -from configHandler import idleConf +from idlelib.configHandler import idleConf class FormatParagraph: -- cgit v1.2.1