Commit 318497e3 authored by Tim Peters's avatar Tim Peters

Remove __version__ globals based on CVS keyword expansion.

parent 5ffb2f80
......@@ -12,8 +12,6 @@
#
##############################################################################
__version__ = '$Id: testBTreesUnicode.py,v 1.8 2003/11/28 16:44:45 jim Exp $'
import unittest
from BTrees.OOBTree import OOBTree
......
......@@ -16,8 +16,6 @@
$Id: mapping.py,v 1.2 2003/12/29 22:40:45 tim_one Exp $"""
__version__='$Revision: 1.2 $'[11:-2]
import Persistence
import persistent
from persistent.mapping import PersistentMapping
......
......@@ -25,7 +25,6 @@ register_loop_callback() to register interest. When the mainloop
thread calls loop(), each registered callback will be called with the
socket map as its first argument.
"""
__version__ = '$Revision: 1.14 $'[11:-2]
import asyncore
import select
......
......@@ -14,7 +14,6 @@
"""ZODB transfer activity monitoring
$Id: ActivityMonitor.py,v 1.5 2003/12/30 20:17:41 jeremy Exp $"""
__version__='$Revision: 1.5 $'[11:-2]
import time
......
......@@ -79,7 +79,6 @@ method::
and call it to monitor the storage.
"""
__version__='$Revision: 1.25 $'[11:-2]
import base64, time, string
from ZODB import POSException, BaseStorage, utils
......
......@@ -21,8 +21,6 @@ It is meant to illustrate the simplest possible storage.
The Mapping storage uses a single data structure to map object ids to data.
"""
__version__='$Revision: 1.14 $'[11:-2]
from ZODB import utils
from ZODB import BaseStorage
from ZODB import POSException
......
......@@ -14,7 +14,6 @@
"""Mounted database support
$Id: Mount.py,v 1.25 2004/04/23 17:26:37 gintautasm Exp $"""
__version__='$Revision: 1.25 $'[11:-2]
import string
import time
......
......@@ -16,7 +16,6 @@
This module provides a wrapper that causes a database connection to be created
and used when bobo publishes a bobo_application object.
"""
__version__='$Revision: 1.14 $'[11:-2]
import transaction
......
......@@ -18,7 +18,6 @@ don't support versions or Undo. This may be useful when implementing
objects like hit counters that don't need or want to participate
in undo or versions.
"""
__version__='$Revision: 1.5 $'[11:-2]
from MappingStorage import MappingStorage
from BaseStorage import BaseStorage
......
......@@ -16,8 +16,6 @@
$Id: list.py,v 1.7 2004/02/19 18:13:35 jeremy Exp $"""
__version__='$Revision: 1.7 $'[11:-2]
import persistent
from UserList import UserList
......
......@@ -16,8 +16,6 @@
$Id: mapping.py,v 1.22 2003/11/28 16:44:55 jim Exp $"""
__version__='$Revision: 1.22 $'[11:-2]
import persistent
from UserDict import UserDict
......
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