Commit aefd7228 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Call super-class __init__.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1951 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a06cfed1
......@@ -26,6 +26,7 @@ class ConflictError(Exception):
"""
def __init__(self, tid):
super(ConflictError, self).__init__()
self._tid = tid
def getTID(self):
......
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