##// END OF EJS Templates
Made possible to subclass from python plugin class....
Made possible to subclass from python plugin class. Some modifications for RPM packaging.

File last commit:

r64:fb730b849667 default
r64:fb730b849667 default
Show More
PythonPlugin.py
6 lines | 109 B | text/x-python | PythonLexer
#!/usr/bin/lppmon -e
class test(PySocExplorerEngine.socexplorerplugin):
def hello(self):
print "hello"