From 72ee43527d6c47565ed679d896d469f60f3c93de Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Sat, 20 Nov 1999 11:39:56 +0000 Subject: [PATCH] remove the __version__ global. --- Lib/imputil.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/imputil.py b/Lib/imputil.py index dd8c95cef9..53f5e5a5b1 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 -- 2.40.0