Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
micropython
tests/imported_package/__init__.py
671:76bdd4381b66
404:96c334ff4431
2013-07-04
Paul Boddie
raw
annotate
files
changeset
graph
Fixed operator and built-in function invocations to use the "apply" function. Added a proper translation of print statements.
syspython-as-target
1
#!/usr/bin/env python
2
3
attribute
=
123
4
5
# vim: tabstop=4 expandtab shiftwidth=4