Commit 68366c5f authored by Stephane Fermingier's avatar Stephane Fermingier

Removed DOS EOL chararacter ("^M").

parent 388b49d4
......@@ -15,9 +15,9 @@
Folders are the basic container objects and are analogous to directories.
$Id: Folder.py,v 1.102 2003/06/12 10:20:59 yuppie Exp $"""
$Id: Folder.py,v 1.103 2003/07/24 15:24:28 sf Exp $"""
__version__='$Revision: 1.102 $'[11:-2]
__version__='$Revision: 1.103 $'[11:-2]
import Globals, SimpleItem, ObjectManager, PropertyManager
import AccessControl.Role, webdav.Collection, FindSupport
......@@ -101,6 +101,6 @@ class Folder(
def __init__(self, id=None):
if id is not None:
self.id = str(id)
self.id = str(id)
Globals.default__class_init__(Folder)
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