aboutsummaryrefslogtreecommitdiffstats
path: root/modules/plugin-python/example/hello_python.py
blob: 16dc2a12f81f202d032a0bbbeb9493f79e5f677c (plain) (blame)
1
2
3
4
5
'''hello_python.py - Python source designed to '''
'''demonstrate the use of python Eplugins'''

def say_hello():
    print 'Hello ! From python'