Commit f349b994 authored by Jim Fulton's avatar Jim Fulton

Got rid of unused error class.

parent 234e570b
...@@ -150,14 +150,12 @@ method:: ...@@ -150,14 +150,12 @@ method::
and call it to minotor the storage. and call it to minotor the storage.
""" """
__version__='$Revision: 1.1 $'[11:-2] __version__='$Revision: 1.2 $'[11:-2]
import base64, POSException, BTree, BaseStorage, time, string, utils import base64, POSException, BTree, BaseStorage, time, string, utils
from TimeStamp import TimeStamp from TimeStamp import TimeStamp
from cPickle import loads from cPickle import loads
class DemoStorageError: pass
class DemoStorage(BaseStorage.BaseStorage): class DemoStorage(BaseStorage.BaseStorage):
def __init__(self, name='Demo Storage', base=None): def __init__(self, name='Demo Storage', base=None):
......
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