Commit 328d8bdd authored by Janko Hauser's avatar Janko Hauser

Fixed typo

parent 4fc4f4c3
......@@ -292,7 +292,7 @@ class ZClass( Base
def cb_isCopyable(self):
pass # for now, we don't allow ZClasses to be copied.
cb_isMovable=cb_isCopyable
cb_isMoveable=cb_isCopyable
def _setBasesHoldOnToYourButts(self, bases):
# Eeeek
......
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