# HG changeset patch # User Sylvain Thénault # Date 1268814118 -3600 # Node ID cbca73dc97535ead1b4ef0e8ff2045cc7f541003 # Parent 19fd1952ad63949e9a6d521ab2cec050a4c99c1e [cleanup] objtype not used diff -r 19fd1952ad63 -r cbca73dc9753 hooks/syncschema.py --- a/hooks/syncschema.py Wed Mar 17 09:21:13 2010 +0100 +++ b/hooks/syncschema.py Wed Mar 17 09:21:58 2010 +0100 @@ -544,7 +544,7 @@ class SourceDbCWConstraintDel(hook.Operation): """actually remove a constraint of a relation definition""" - rtype = subjtype = objtype = None # make pylint happy + rtype = subjtype = None # make pylint happy def precommit_event(self): cstrtype = self.cstr.type()