Commit 55d4323a authored by Stefan Behnel's avatar Stefan Behnel

removed duplicated test

--HG--
extra : rebase_source : 4f0c6c45b777f4f9eeece5f9ca1595753b9a9377
parent e9d77f40
# mode:run
# tag: class, scope
# ticket: 671
MAIN = True
class OuterScopeLookup(object):
"""
>>> OuterScopeLookup.MAIN
True
"""
MAIN = MAIN # looked up in parent scope, assigned to class scope
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