Start big comments (post analysis / referers)

This commit is contained in:
Grégory Soutadé
2014-12-09 16:54:02 +01:00
parent 43e5e97c5a
commit 751a9b3fae
6 changed files with 168 additions and 4 deletions

View File

@@ -2,6 +2,10 @@ import importlib
import inspect
import traceback
#
# IWLA Plugin interface
#
class IPlugin(object):
def __init__(self, iwla):