aboutsummaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-01-13 15:38:10 -0500
committerTres Seaver <tseaver@palladion.com>2015-01-13 15:38:10 -0500
commit71edc31f23918ca3c0093ce9cdb38bfa0206ed94 (patch)
treecf884942a2ecf68a1c5e82aed22c748312107957 /python/setup.py
parent47ee4d37c17db8e97fe5b15cf918ab56ff93bb18 (diff)
downloadprotobuf-71edc31f23918ca3c0093ce9cdb38bfa0206ed94.tar.gz
protobuf-71edc31f23918ca3c0093ce9cdb38bfa0206ed94.tar.bz2
protobuf-71edc31f23918ca3c0093ce9cdb38bfa0206ed94.zip
Compatibility with Python2.6 unittest.
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/setup.py b/python/setup.py
index d916b9c5..a4015d8a 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -135,13 +135,6 @@ class build_py(_build_py):
pass
# _build_py is an old-style class, so super() doesn't work.
_build_py.run(self)
- # TODO(mrovner): Subclass to run 2to3 on some files only.
- # Tracing what https://wiki.python.org/moin/PortingPythonToPy3k's "Approach 2"
- # section on how to get 2to3 to run on source files during install under
- # Python 3. This class seems like a good place to put logic that calls
- # python3's distutils.util.run_2to3 on the subset of the files we have in our
- # release that are subject to conversion.
- # See code reference in previous code review.
if __name__ == '__main__':
ext_module_list = []