1 2 3 4 5 6 7 8 9 10 11 12
|
Description: Don't run setup.py with use_2to3 anymore. Support for it has been dropped.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: https://code.x2go.org/gitweb?p=x2gobroker.git;a=commit;h=b4151fb2b66d71e83a1af54d489e3526ac50973f
--- a/setup.py
+++ b/setup.py
@@ -43,5 +43,4 @@
packages = find_packages('.'),
package_dir = {'': '.'},
test_suite = "x2gobroker.tests.runalltests",
- use_2to3 = True,
)
|