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 georg.brandl
Recipients collinwinter, georg.brandl
Date 2008-05-16.15:37:17
SpamBayes Score 0.0064459434
Marked as misclassified No
Message-id <1210952262.85.0.552260999958.issue2894@psf.upfronthosting.co.za>
In-reply-to
Content
I got this diff from Tools/freeze/freeze.py:

-
-
-# Import the freeze-private modules
-
-import checkextensions
-import makeconfig
-import makefreeze
-import makemakefile
-import parsesetup
-import bkfile
+from . import checkextensions
+from . import makeconfig
+from . import makefreeze
+from . import makemakefile
+from . import parsesetup
+from . import bkfile
History
Date User Action Args
2008-05-16 15:37:46georg.brandlsetspambayes_score: 0.00644594 -> 0.0064459434
recipients: + georg.brandl, collinwinter
2008-05-16 15:37:44georg.brandlsetspambayes_score: 0.00644594 -> 0.00644594
messageid: <1210952262.85.0.552260999958.issue2894@psf.upfronthosting.co.za>
2008-05-16 15:37:40georg.brandllinkissue2894 messages
2008-05-16 15:37:38georg.brandlcreate