##// END OF EJS Templates
fix english in comment
Matthias BUSSONNIER -
Show More
@@ -235,7 +235,7 b" if 'setuptools' in sys.modules:"
235 if PY3:
235 if PY3:
236 setuptools_extra_args['use_2to3'] = True
236 setuptools_extra_args['use_2to3'] = True
237 # we try to make a 2.6, 2.7, and 3.1 to 3.3 python compatible code
237 # we try to make a 2.6, 2.7, and 3.1 to 3.3 python compatible code
238 # so we explicitely disable some 2to3 fixes to be sure we ain't forgetting
238 # so we explicitly disable some 2to3 fixes to be sure we aren't forgetting
239 # anything.
239 # anything.
240 setuptools_extra_args['use_2to3_exclude_fixers'] = [
240 setuptools_extra_args['use_2to3_exclude_fixers'] = [
241 'lib2to3.fixes.fix_except',
241 'lib2to3.fixes.fix_except',
General Comments 0
You need to be logged in to leave comments. Login now