Changeset 93302ef for protocols/python/examples/sampleplugin.py
- Timestamp:
- 2013-03-18T21:36:08Z (12 years ago)
- Children:
- 26f3b5f
- Parents:
- e38c6d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/python/examples/sampleplugin.py
re38c6d8 r93302ef 6 6 7 7 import sys 8 import bpython 8 9 print "hello, I'm a test plugin running on Python", sys.version_info 9 10 10 11 # plugin name: 11 12 name = 'moose' 13 14 print bpython.register_protocol 15 16 bpython.register_protocol('echo "hello"')
Note: See TracChangeset
for help on using the changeset viewer.