A simple example python plugin - just hook onto events.
svn path=/trunk/; revision=35627
This commit is contained in:
5
plugins/python/example/hello_python.py
Normal file
5
plugins/python/example/hello_python.py
Normal file
@ -0,0 +1,5 @@
|
||||
'''hello_python.py - Python source designed to '''
|
||||
'''demonstrate the use of python Eplugins'''
|
||||
|
||||
def say_hello():
|
||||
print 'Hello ! From python'
|
||||
Reference in New Issue
Block a user