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 orivej
Recipients HWJ, benjamin.peterson, bhy, collinwinter, orivej
Date 2008-06-20.19:53:19
SpamBayes Score 0.060999226
Marked as misclassified No
Message-id <1213991602.64.0.220901886258.issue3131@psf.upfronthosting.co.za>
In-reply-to
Content
Do what Benjamin Peterson suggested and also edit get_fixers(self) in
refactor.py so fixer_pkg is initialized like this:

fixer_pkg = os.path.relpath(self.fixer_dir,
os.path.join(os.path.dirname(__file__), '..'))
fixer_pkg = fixer_pkg.replace(os.path.sep, ".")

This works for me.
History
Date User Action Args
2008-06-20 19:53:23orivejsetspambayes_score: 0.0609992 -> 0.060999226
recipients: + orivej, collinwinter, benjamin.peterson, bhy, HWJ
2008-06-20 19:53:22orivejsetspambayes_score: 0.0609992 -> 0.0609992
messageid: <1213991602.64.0.220901886258.issue3131@psf.upfronthosting.co.za>
2008-06-20 19:53:21orivejlinkissue3131 messages
2008-06-20 19:53:20orivejcreate