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
20587607
Commit
20587607
authored
Apr 27, 2001
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use __version__ to specify the file version, but unpack the $Revision$
string in a safe way.
parent
e6e6c45f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
lib/python/BDBStorage/BDBFullStorage.py
lib/python/BDBStorage/BDBFullStorage.py
+1
-2
lib/python/BDBStorage/BDBMinimalStorage.py
lib/python/BDBStorage/BDBMinimalStorage.py
+1
-2
lib/python/BDBStorage/Full.py
lib/python/BDBStorage/Full.py
+1
-2
lib/python/BDBStorage/Minimal.py
lib/python/BDBStorage/Minimal.py
+1
-2
No files found.
lib/python/BDBStorage/BDBFullStorage.py
View file @
20587607
...
@@ -4,8 +4,7 @@ See Minimal.py for an implementation of Berkeley storage that does not support
...
@@ -4,8 +4,7 @@ See Minimal.py for an implementation of Berkeley storage that does not support
undo or versioning.
undo or versioning.
"""
"""
# $Revision: 1.21 $
__version__
=
'$Revision: 1.22 $'
[
-
2
:][
0
]
__version__
=
'0.1'
import
struct
import
struct
import
time
import
time
...
...
lib/python/BDBStorage/BDBMinimalStorage.py
View file @
20587607
...
@@ -4,8 +4,7 @@ See Full.py for an implementation of Berkeley storage that does support undo
...
@@ -4,8 +4,7 @@ See Full.py for an implementation of Berkeley storage that does support undo
and versioning.
and versioning.
"""
"""
# $Revision: 1.8 $
__version__
=
'$Revision: 1.9 $'
[
-
2
:][
0
]
__version__
=
'0.1'
# This uses the Dunn/Kuchling PyBSDDB v3 extension module available from
# This uses the Dunn/Kuchling PyBSDDB v3 extension module available from
# http://pybsddb.sourceforge.net. It is compatible with release 3.0 of
# http://pybsddb.sourceforge.net. It is compatible with release 3.0 of
...
...
lib/python/BDBStorage/Full.py
View file @
20587607
...
@@ -4,8 +4,7 @@ See Minimal.py for an implementation of Berkeley storage that does not support
...
@@ -4,8 +4,7 @@ See Minimal.py for an implementation of Berkeley storage that does not support
undo or versioning.
undo or versioning.
"""
"""
# $Revision: 1.21 $
__version__
=
'$Revision: 1.22 $'
[
-
2
:][
0
]
__version__
=
'0.1'
import
struct
import
struct
import
time
import
time
...
...
lib/python/BDBStorage/Minimal.py
View file @
20587607
...
@@ -4,8 +4,7 @@ See Full.py for an implementation of Berkeley storage that does support undo
...
@@ -4,8 +4,7 @@ See Full.py for an implementation of Berkeley storage that does support undo
and versioning.
and versioning.
"""
"""
# $Revision: 1.8 $
__version__
=
'$Revision: 1.9 $'
[
-
2
:][
0
]
__version__
=
'0.1'
# This uses the Dunn/Kuchling PyBSDDB v3 extension module available from
# This uses the Dunn/Kuchling PyBSDDB v3 extension module available from
# http://pybsddb.sourceforge.net. It is compatible with release 3.0 of
# http://pybsddb.sourceforge.net. It is compatible with release 3.0 of
...
...
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