micropython

tests/failure/imported.py

685:5f2c0e22fd40
2013-10-08 Paul Boddie Fixed relative import path interpretation to work within package roots. syspython-as-target
     1 #!/usr/bin/env python     2      3 attr = 123     4 a = 10     5      6 # vim: tabstop=4 expandtab shiftwidth=4