Commit d20f88b5 authored by Florent Guillaume's avatar Florent Guillaume

Shut up deprecation warnings.

parent ed05bb7b
...@@ -14,6 +14,8 @@ class DummyObject(CopySource): ...@@ -14,6 +14,8 @@ class DummyObject(CopySource):
return return
def manage_beforeDelete(self, item, container): def manage_beforeDelete(self, item, container):
return return
manage_afterAdd.__five_method__ = True
manage_beforeDelete.__five_method__ = True
def wl_isLocked(self): def wl_isLocked(self):
return 0 return 0
......
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