etwist/server.py
changeset 7277 acd7f0e9f276
parent 7276 f9a68136eb87
child 7283 1699393372b3
--- a/etwist/server.py	Thu Apr 28 20:24:27 2011 +0200
+++ b/etwist/server.py	Thu Apr 28 20:41:44 2011 +0200
@@ -88,10 +88,6 @@
         NoListingFile.__init__(self, path)
         self.config = config
         self.here = path
-        # backward-compatiblity: take care fckeditor may appears as
-        # root directory or as a data subdirectory. XXX (adim) : why
-        # that ?
-        self.putChild('fckeditor', FCKEditorResource(self.config, ''))
         self._defineChildResources()
         if self.config.debugmode:
             self.data_modconcat_basepath = '/data/??'