remove the __version__ global.

This commit is contained in:
Greg Stein 1999-11-20 11:39:56 +00:00
parent 6d3165a5a1
commit 72ee43527d

View file

@ -17,8 +17,6 @@
# $Id$
#
__version__ = '0.3'
# note: avoid importing non-builtin modules
import imp
import sys