##// 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
Jeandet Alexis
Made possible to subclass from python plugin class....
r64 #!/usr/bin/lppmon -e
class test(PySocExplorerEngine.socexplorerplugin):
def hello(self):
New register explorer WIP...
r79 print "hello"
def VID(self):
return 10
def PID(self):
return 100
Jeandet Alexis
Made possible to subclass from python plugin class....
r64