diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-02-12 21:12:18 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-02-21 14:52:36 +0200 |
| commit | a8120eb5195ed0e7b44662f107baa23dbbda73a9 (patch) | |
| tree | 7607667cd75d761b2d79a91ea49aac4649e88f99 /test cases/python3/1 basic/gluon | |
| parent | d95a1085031fd1deb24e8f3232e9052e598b2b4e (diff) | |
| download | meson-a8120eb5195ed0e7b44662f107baa23dbbda73a9.tar.gz | |
Added plain Python sample project.
Diffstat (limited to 'test cases/python3/1 basic/gluon')
| -rw-r--r-- | test cases/python3/1 basic/gluon/__init__.py | 0 | ||||
| -rw-r--r-- | test cases/python3/1 basic/gluon/gluonator.py | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test cases/python3/1 basic/gluon/__init__.py b/test cases/python3/1 basic/gluon/__init__.py new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/test cases/python3/1 basic/gluon/__init__.py diff --git a/test cases/python3/1 basic/gluon/gluonator.py b/test cases/python3/1 basic/gluon/gluonator.py new file mode 100644 index 000000000..b53d6ded3 --- /dev/null +++ b/test cases/python3/1 basic/gluon/gluonator.py @@ -0,0 +1,2 @@ +def gluoninate(): + return 42 |
