[Zope-Checkins] CVS: Zope2 - PropertyManager.py:1.41
andreas@serenade.digicool.com
andreas@serenade.digicool.com
Mon, 11 Jun 2001 12:39:37 -0400
Update of /cvs-repository/Zope2/lib/python/OFS
In directory serenade:/tmp/cvs-serv12099/lib/python/OFS
Modified Files:
PropertyManager.py
Log Message:
removed unneccessary DateTime import
--- Updated File PropertyManager.py in package Zope2 --
--- PropertyManager.py 2001/05/07 12:14:54 1.40
+++ PropertyManager.py 2001/06/11 16:39:37 1.41
@@ -1,4 +1,4 @@
-##############################################################################
+
#
# Zope Public License (ZPL) Version 1.0
# -------------------------------------
@@ -94,7 +94,6 @@
from string import find,join,lower,split
from Acquisition import Implicit, aq_base
from Globals import Persistent
-from DateTime import DateTime