##// END OF EJS Templates
Ready to package
Ready to package

File last commit:

r79:3440ba47d0f1 default
r82:620810774d19 socexplorer-0.6-1 default
Show More
PythonPlugin.py
10 lines | 175 B | text/x-python | PythonLexer
#!/usr/bin/lppmon -e
class test(PySocExplorerEngine.socexplorerplugin):
def hello(self):
print "hello"
def VID(self):
return 10
def PID(self):
return 100