summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2009-12-29 20:48:52 +0000
committerHanno Schlichting <hanno@hannosch.eu>2009-12-29 20:48:52 +0000
commit66ef450485e18b8f4ea9d03b80fe9b4e62224794 (patch)
tree1a4a1bdc1eb5ac61386220f7ee86e48276759eaa /src
parent15f0b7c78d574b2c8c8407c0822c49cbc70ac82d (diff)
downloadzope-location-66ef450485e18b8f4ea9d03b80fe9b4e62224794.tar.gz
Use ISO format in dates, the american format is highly ambigious.
Diffstat (limited to 'src')
-rw-r--r--src/zope/location/pickling.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zope/location/pickling.py b/src/zope/location/pickling.py
index 10ab39a..d9080b4 100644
--- a/src/zope/location/pickling.py
+++ b/src/zope/location/pickling.py
@@ -76,12 +76,12 @@ class LocationCopyHook(object):
return self.context
raise ResumeCopy
-# BBB 2009/02/09
+# BBB 2009-09-02
# The locationCopy was replaced by more generic "clone" function
# in the zope.copy package. This reference may be removed someday.
from zope.copy import clone as locationCopy
-# BBB 2009/02/09
+# BBB 2009-09-02
# The CopyPersistent was made more generic and moved to the
# zope.copy package. This reference may be removed someday.
from zope.copy import CopyPersistent