Lichen

Annotated tests/from_import_replace_bad/another.py

179:b7860ad65334
2016-11-13 Paul Boddie Added some tests of "from" importing.
paul@179 1
class C:
paul@179 2
    d = 123
paul@179 3
paul@179 4
c = C()
paul@179 5
paul@179 6
def f():
paul@179 7
    return c