micropython

Annotated tests/imported_package/__init__.py

764:fe0c7e0224b5
2013-12-08 Paul Boddie Support operator method access using the generic attribute access mechanism. syspython-as-target
paul@404 1
#!/usr/bin/env python
paul@404 2
paul@404 3
attribute = 123
paul@404 4
paul@404 5
# vim: tabstop=4 expandtab shiftwidth=4