summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-08-15 01:55:57 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-08-15 01:56:36 +0100
commit78649f8e905f04c3000abef23725d557a103abef (patch)
tree60afa4c1829f9a0068ae9ea34ef3374eb86fd0f8 /setup.py
parent3b41c3a6f373af0100a399cea150a9420ecc4acb (diff)
downloadpsycopg2-78649f8e905f04c3000abef23725d557a103abef.tar.gz
Dropped use of b() "macro" and 2to3 fixer
Just use the b"" strings syntax supported from python 2.6.
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: