X Tutup
Skip to content

Commit d49acdc

Browse files
committed
Disable 2to3
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 918bafd commit d49acdc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ def initialize_options(self):
237237
},
238238
entry_points = entry_points,
239239
cmdclass = cmdclass,
240-
test_suite = 'bpython.test',
241-
use_2to3 = True
240+
test_suite = 'bpython.test'
242241
)
243242

244243
# vim: fileencoding=utf-8 sw=4 ts=4 sts=4 ai et sta

0 commit comments

Comments
 (0)
X Tutup