--- ECHO_content/ECHO_collection.py 2004/12/02 20:11:49 1.199 +++ ECHO_content/ECHO_collection.py 2004/12/06 17:48:39 1.200 @@ -2361,6 +2361,11 @@ class ECHO_root(Folder,Persistent,Implic ###END CDLI add + def URLquote(self, text): + """urllib.quote fuer Michael""" + return urllib.quote(text) + + def checkResource(self,id): """checks if a resource is in the tree, gives back none or list of resources""" if hasattr(self,"_v_checkResource") and self._v_checkResource.has_key(id): #existiert ein cache und id ist bereits drin?