summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index edb1328..45b3b69 100644
--- a/setup.py
+++ b/setup.py
@@ -75,10 +75,6 @@ else:
# workaround subclass for ticket #153
pass
- # Configure distutils to run our custom 2to3 fixers as well
- from lib2to3.refactor import get_fixers_from_package
- build_py.fixer_names = get_fixers_from_package('lib2to3.fixes') \
- + [ 'fix_b' ]
sys.path.insert(0, 'scripts')
try: