hooks/syncschema.py
changeset 9949 e0f1c5697221
parent 9888 5b48dcc02be1
child 9950 3e5addc72575
--- a/hooks/syncschema.py	Tue Sep 16 18:01:51 2014 +0200
+++ b/hooks/syncschema.py	Thu Aug 28 07:42:10 2014 +0200
@@ -307,7 +307,7 @@
 class CWRTypeUpdateOp(MemSchemaOperation):
     """actually update some properties of a relation definition"""
     rschema = entity = values = None # make pylint happy
-    oldvalus = None
+    oldvalues = None
 
     def precommit_event(self):
         rschema = self.rschema