Commit 88c9cabe authored by Jim Fulton's avatar Jim Fulton

Got rid of silly unused Globals import.

parent 92b57b7d
...@@ -84,10 +84,10 @@ ...@@ -84,10 +84,10 @@
############################################################################## ##############################################################################
"""Mounted database support """Mounted database support
$Id: Mount.py,v 1.6 2000/09/21 21:34:31 shane Exp $""" $Id: Mount.py,v 1.7 2000/11/07 13:03:32 jim Exp $"""
__version__='$Revision: 1.6 $'[11:-2] __version__='$Revision: 1.7 $'[11:-2]
import Globals, thread, Persistence, Acquisition import thread, Persistence, Acquisition
import ExtensionClass, string, time, sys import ExtensionClass, string, time, sys
from POSException import MountedStorageError from POSException import MountedStorageError
from zLOG import LOG, ERROR, INFO, WARNING from zLOG import LOG, ERROR, INFO, WARNING
......
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