diff options
Diffstat (limited to 'modules/plugin-python/example/hello_python.py')
-rw-r--r-- | modules/plugin-python/example/hello_python.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/plugin-python/example/hello_python.py b/modules/plugin-python/example/hello_python.py deleted file mode 100644 index 16dc2a12f8..0000000000 --- a/modules/plugin-python/example/hello_python.py +++ /dev/null @@ -1,5 +0,0 @@ -'''hello_python.py - Python source designed to ''' -'''demonstrate the use of python Eplugins''' - -def say_hello(): - print 'Hello ! From python' |