Commit 8036e3cb authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

ZopePatch.py: remove an unused patche.

parent 3763559a
import sys
from Products.CMFCore.utils import ImmutableId
from zLOG import LOG, WARNING
def ImmutableId_setId(self, id):
if id == self.getId():
raise ValueError('The name has not been changed: %s'
% self.getId())
else:
self.id = id
ImmutableId._setId = ImmutableId_setId
\ No newline at end of file
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