New submission from Roger Upole <[EMAIL PROTECTED]>:

Here's an excerpt from the output when run with --verbose.

@@ -138,7 +136,7 @@

        def _MakeColorizer(self):
                ext = os.path.splitext(self.GetDocument().GetPathName())
-               import formatter
+from . import formatter
                return formatter.BuiltinPythonSourceFormatter(self, ext)

----------
assignee: collinwinter
components: 2to3 (2.x to 3.0 conversion tool)
messages: 70947
nosy: collinwinter, rupole
severity: normal
status: open
title: refactor.py can lose indentation for relative imports
versions: Python 3.0

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3534>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to