summaryrefslogtreecommitdiff
path: root/textproc/py-Tempita/files/patch-setup.py
blob: 5c13cfab2754a4eacb3c2cb595821f9f2460103c (plain) (blame)
1
2
3
4
5
6
7
8
--- setup.py.orig	2013-12-17 04:07:27 UTC
+++ setup.py
@@ -36,5 +36,4 @@ more to learn about it.
       test_suite='nose.collector',
       include_package_data=True,
       zip_safe=True,
-      use_2to3=True,
       )