diff options
| author | Damien George | 2014-04-12 17:55:32 +0100 |
|---|---|---|
| committer | Damien George | 2014-04-12 17:55:32 +0100 |
| commit | 0a4c210586e0e5f8de4cf87116edbed9070a4810 (patch) | |
| tree | ee9eb28038e16158c5832081b7364b7e18e6f332 /tests/basics/pkg3/mod2.py | |
| parent | a26dc509681ef766ddc3d72646abd3befc12f573 (diff) | |
| parent | a5afc9009fedbe9a06f49d46a1c7e2251a84a549 (diff) | |
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'tests/basics/pkg3/mod2.py')
| -rw-r--r-- | tests/basics/pkg3/mod2.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/basics/pkg3/mod2.py b/tests/basics/pkg3/mod2.py new file mode 100644 index 000000000..67f43bad5 --- /dev/null +++ b/tests/basics/pkg3/mod2.py @@ -0,0 +1,5 @@ +print("mod2 __name__:", __name__) +print("in mod2") + +def foo(): + print("mod2.foo()") |
