Fix the previous fix

This commit is contained in:
Amaury Forgeot d'Arc 2008-06-17 23:14:19 +00:00
parent 19fc7f6635
commit 09fc075c1c
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class RefactoringTool(object):
"""
fixer_pkg = self.fixer_dir.replace(os.path.sep, ".")
if os.path.altsep:
fixer_pkg = self.fixer_dir.replace(os.path.altsep, ".")
fixer_pkg = fixer_pkg.replace(os.path.altsep, ".")
pre_order_fixers = []
post_order_fixers = []
fix_names = self.options.fix