hooks/syncschema.py
branchstable
changeset 4928 cbca73dc9753
parent 4927 19fd1952ad63
child 4930 9fcc9ae2aebe
child 4948 5774491a1421
--- 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()