Commit 893056d9 authored by Barry Warsaw's avatar Barry Warsaw

Get __version__ from $Revision$

parent 9f68347a
......@@ -25,8 +25,7 @@ from bsddb3 import db
from ZODB import POSException
from ZODB.BaseStorage import BaseStorage
# $Revision: 1.10 $
__version__ = '0.1'
__version__ = '$Revision: 1.11 $'.split()[-2:][0]
......
......@@ -16,6 +16,8 @@
# using the CommitLog instance, and derived classes provide a more specific
# interface for the storage.
__version__ = '$Revision: 1.9 $'.split()[-2:][0]
import sha
import struct
import os
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment