##// END OF EJS Templates
Étiquette socexplorer-0.6-1 ajoutée à la révision 620810774d19
Étiquette socexplorer-0.6-1 ajoutée à la révision 620810774d19

File last commit:

r79:3440ba47d0f1 default
r83:fb5b76b7b5c8 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