remove the __version__ global.
This commit is contained in:
parent
6d3165a5a1
commit
72ee43527d
|
@ -17,8 +17,6 @@
|
|||
# $Id$
|
||||
#
|
||||
|
||||
__version__ = '0.3'
|
||||
|
||||
# note: avoid importing non-builtin modules
|
||||
import imp
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue