summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-06-01 01:52:17 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-06-01 01:52:17 (GMT)
commit8c6f88efa2371addacc2acf5cc4634974160406c (patch)
treef0bd5af1eb106bab7fdb893fcd9039ac42ed5a74 /setup.py
parent9e3e1c6e4e98b7568fcb29708aeac88bc677c62c (diff)
downloadcpython-8c6f88efa2371addacc2acf5cc4634974160406c.zip
cpython-8c6f88efa2371addacc2acf5cc4634974160406c.tar.gz
cpython-8c6f88efa2371addacc2acf5cc4634974160406c.tar.bz2
remove __version__s dependent on subversion keyword expansion (closes #12221)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index fa42191..896d604 100644
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,6 @@
# Autodetecting setup.py script for building the Python extensions
#
-__version__ = "$Revision$"
-
import sys, os, imp, re, optparse
from glob import glob
import sysconfig