author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 17 Mar 2010 09:21:58 +0100 | |
branch | stable |
changeset 4928 | cbca73dc9753 |
parent 4927 | 19fd1952ad63 |
child 4930 | 9fcc9ae2aebe |
child 4931 | 92c9d0a5dc11 |
--- 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()