temporary commit: introduced MultiLevelAttributeError. many prints to remove

This commit is contained in:
David Halter
2012-06-21 14:26:03 +02:00
parent a9676f77f1
commit 31a74da900
2 changed files with 118 additions and 25 deletions

View File

@@ -150,7 +150,7 @@ CallClass()()
# -----------------
# properties
# -----------------
class Property(object):
class Property():
def __init__(self, fget, fset = None, fdel = None, doc = None):
self.fget = fget
self.fset = fset