commit 66b3c94952d819341fc374326ff3cc7178cbb447 Author: Damian Johnson atagar@torproject.org Date: Tue Dec 7 17:46:03 2010 +0000
Removing dependency on python 2.6 for installation and building. This was using the gzip name attribute unnecessarily which isn't available in older python versions (caught by weasel).
svn:r23900 --- setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py index d11080f..edae307 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ if "install" in sys.argv:
# places in tmp rather than a relative path to avoid having this copy appear # in the deb and rpm builds - manFilename = manOutputFile.name + manFilename = tmpFilename except IOError, exc: print "Unable to compress man page: %s" % exc
tor-commits@lists.torproject.org