This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rupole
Recipients collinwinter, rupole
Date 2008-08-09.18:16:12
SpamBayes Score 0.02105456
Marked as misclassified No
Message-id <1218305833.19.0.0391754178644.issue3534@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2008-08-09 18:17:13rupolesetrecipients: + rupole, collinwinter
2008-08-09 18:17:13rupolesetmessageid: <1218305833.19.0.0391754178644.issue3534@psf.upfronthosting.co.za>
2008-08-09 18:16:12rupolelinkissue3534 messages
2008-08-09 18:16:12rupolecreate