Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
893056d9
Commit
893056d9
authored
Oct 05, 2001
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get __version__ from $Revision$
parent
9f68347a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lib/python/BDBStorage/BerkeleyBase.py
lib/python/BDBStorage/BerkeleyBase.py
+1
-2
lib/python/BDBStorage/CommitLog.py
lib/python/BDBStorage/CommitLog.py
+2
-0
No files found.
lib/python/BDBStorage/BerkeleyBase.py
View file @
893056d9
...
@@ -25,8 +25,7 @@ from bsddb3 import db
...
@@ -25,8 +25,7 @@ from bsddb3 import db
from
ZODB
import
POSException
from
ZODB
import
POSException
from
ZODB.BaseStorage
import
BaseStorage
from
ZODB.BaseStorage
import
BaseStorage
# $Revision: 1.10 $
__version__
=
'$Revision: 1.11 $'
.
split
()[
-
2
:][
0
]
__version__
=
'0.1'
...
...
lib/python/BDBStorage/CommitLog.py
View file @
893056d9
...
@@ -16,6 +16,8 @@
...
@@ -16,6 +16,8 @@
# using the CommitLog instance, and derived classes provide a more specific
# using the CommitLog instance, and derived classes provide a more specific
# interface for the storage.
# interface for the storage.
__version__
=
'$Revision: 1.9 $'
.
split
()[
-
2
:][
0
]
import
sha
import
sha
import
struct
import
struct
import
os
import
os
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment