Commit 5562821c authored by Andreas Jung's avatar Andreas Jung

removed unneccessary DateTime import

parent 06b86065
...@@ -85,13 +85,12 @@ ...@@ -85,13 +85,12 @@
"""Global definitions""" """Global definitions"""
__version__='$Revision: 1.45 $'[11:-2] __version__='$Revision: 1.46 $'[11:-2]
import Acquisition, ComputedAttribute, App.PersistentExtra, os import Acquisition, ComputedAttribute, App.PersistentExtra, os
import TreeDisplay, string import TreeDisplay, string
from App.FindHomes import INSTANCE_HOME, SOFTWARE_HOME from App.FindHomes import INSTANCE_HOME, SOFTWARE_HOME
from DateTime import DateTime
from App.Common import package_home, attrget, Dictionary from App.Common import package_home, attrget, Dictionary
from Persistence import Persistent, PersistentMapping from Persistence import Persistent, PersistentMapping
from App.special_dtml import HTML, HTMLFile, DTMLFile from App.special_dtml import HTML, HTMLFile, DTMLFile
......
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