Closed riverajo closed 10 years ago
You classes __init__ should not create instance attributes that are all caps, they should be lowercase with underbars seperating words. see http://legacy.python.org/dev/peps/pep-0008/#method-names-and-instance-variables
__init__
You classes
__init__
should not create instance attributes that are all caps, they should be lowercase with underbars seperating words. see http://legacy.python.org/dev/peps/pep-0008/#method-names-and-instance-variables