summaryrefslogtreecommitdiff
path: root/Lib/tarfile.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-31 20:52:17 -0500
committerBenjamin Peterson <benjamin@python.org>2011-05-31 20:52:17 -0500
commit8c6f88efa2371addacc2acf5cc4634974160406c (patch)
treef0bd5af1eb106bab7fdb893fcd9039ac42ed5a74 /Lib/tarfile.py
parent9e3e1c6e4e98b7568fcb29708aeac88bc677c62c (diff)
downloadcpython-git-8c6f88efa2371addacc2acf5cc4634974160406c.tar.gz
remove __version__s dependent on subversion keyword expansion (closes #12221)
Diffstat (limited to 'Lib/tarfile.py')
-rw-r--r--Lib/tarfile.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/tarfile.py b/Lib/tarfile.py
index 6b663f4d28..8129a80330 100644
--- a/Lib/tarfile.py
+++ b/Lib/tarfile.py
@@ -29,8 +29,6 @@
"""Read from and write to tar format archives.
"""
-__version__ = "$Revision$"
-
version = "0.9.0"
__author__ = "Lars Gust\u00e4bel (lars@gustaebel.de)"
__date__ = "$Date$"