summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGreg Stein <gstein@lyra.org>1999-11-20 11:39:56 (GMT)
committerGreg Stein <gstein@lyra.org>1999-11-20 11:39:56 (GMT)
commit72ee43527d6c47565ed679d896d469f60f3c93de (patch)
treeb11f76277e611518154057ed98668e3e0c663891 /Lib
parent6d3165a5a13296f430e27fe59551281036c80904 (diff)
downloadcpython-72ee43527d6c47565ed679d896d469f60f3c93de.zip
cpython-72ee43527d6c47565ed679d896d469f60f3c93de.tar.gz
cpython-72ee43527d6c47565ed679d896d469f60f3c93de.tar.bz2
remove the __version__ global.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/imputil.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/imputil.py b/Lib/imputil.py
index dd8c95c..53f5e5a 100644
--- a/Lib/imputil.py
+++ b/Lib/imputil.py
@@ -17,8 +17,6 @@
# $Id$
#
-__version__ = '0.3'
-
# note: avoid importing non-builtin modules
import imp
import sys