##// END OF EJS Templates
Étiquette socexplorer-0.6-0 ajoutée à la révision 512435ddbd62
Étiquette socexplorer-0.6-0 ajoutée à la révision 512435ddbd62

File last commit:

r79:3440ba47d0f1 default
r84:8cf23d8c0b68 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