Commit ba0fc1c8 authored by Andreas Jung's avatar Andreas Jung

removed unneccessary DateTime import

parent 7665b993
##############################################################################
# #
# Zope Public License (ZPL) Version 1.0 # Zope Public License (ZPL) Version 1.0
# ------------------------------------- # -------------------------------------
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
############################################################################## ##############################################################################
"""Property management""" """Property management"""
__version__='$Revision: 1.40 $'[11:-2] __version__='$Revision: 1.41 $'[11:-2]
import ExtensionClass, Globals import ExtensionClass, Globals
import ZDOM import ZDOM
...@@ -94,7 +94,6 @@ from Globals import DTMLFile, MessageDialog ...@@ -94,7 +94,6 @@ from Globals import DTMLFile, MessageDialog
from string import find,join,lower,split from string import find,join,lower,split
from Acquisition import Implicit, aq_base from Acquisition import Implicit, aq_base
from Globals import Persistent from Globals import Persistent
from DateTime import DateTime
......
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