diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-06 17:36:43 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-06 17:36:43 +0200 |
commit | 519f159dccb329c5b548d9a70579bd7b6505876b (patch) | |
tree | 10757df46a0189319c98cce20dfebeba45b96345 /modules/modtest.py | |
parent | 52b69b8939c7b16e344c3756292ab803abbeae6b (diff) | |
download | meson-519f159dccb329c5b548d9a70579bd7b6505876b.zip meson-519f159dccb329c5b548d9a70579bd7b6505876b.tar.gz meson-519f159dccb329c5b548d9a70579bd7b6505876b.tar.bz2 |
Create a gnome module and add support for resource compiling.
Diffstat (limited to 'modules/modtest.py')
-rw-r--r-- | modules/modtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/modtest.py b/modules/modtest.py index e6d4c5f..2bfc04a 100644 --- a/modules/modtest.py +++ b/modules/modtest.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -def print_hello(args, kwargs): +def print_hello(state, args, kwargs): print('Hello from a Meson module') |