[Zodb-checkins] CVS: Packages/bsddb3Storage - Minimal.py:1.9

barry@digicool.com barry@digicool.com
Fri, 27 Apr 2001 19:29:01 -0400 (EDT)


Update of /cvs-repository/Packages/bsddb3Storage/bsddb3Storage
In directory korak:/tmp/cvs-serv31472/bsddb3Storage

Modified Files:
	Minimal.py 
Log Message:
Use __version__ to specify the file version, but unpack the $Revision$
string in a safe way.



--- Updated File Minimal.py in package Packages/bsddb3Storage --
--- Minimal.py	2001/04/13 19:18:43	1.8
+++ Minimal.py	2001/04/27 23:28:59	1.9
@@ -4,8 +4,7 @@
 and versioning.
 """
 
-# $Revision$
-__version__ = '0.1'
+__version__ = '$Revision$'[-2:][0]
 
 # This uses the Dunn/Kuchling PyBSDDB v3 extension module available from
 # http://pybsddb.sourceforge.net.  It is compatible with release 3.0 of



--- Updated File Minimal.py in package Packages/bsddb3Storage --
--- Minimal.py	2001/04/13 19:18:43	1.8
+++ Minimal.py	2001/04/27 23:28:59	1.9
@@ -4,8 +4,7 @@
 and versioning.
 """
 
-# $Revision$
-__version__ = '0.1'
+__version__ = '$Revision$'[-2:][0]
 
 # This uses the Dunn/Kuchling PyBSDDB v3 extension module available from
 # http://pybsddb.sourceforge.net.  It is compatible with release 3.0 of