Commit 1757c60a authored by Nicolas Dumazet's avatar Nicolas Dumazet

commit a stub to avoid failing tests


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42807 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 12d477f1
......@@ -3384,3 +3384,6 @@ def reencodeUrlEscapes(url):
url += [_reencodeUrlEscapes_map[c] for c in part]
except StopIteration:
return ''.join(url)
def createRelatedAccessors():
pass
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