docs update

This commit is contained in:
ingvar1995
2016-07-11 00:38:25 +03:00
parent d6b6327545
commit 5b9cce4155
5 changed files with 19 additions and 13 deletions

View File

@ -37,6 +37,7 @@ class PluginSuperClass:
def __init__(self, name, short_name, tox=None, profile=None, settings=None, encrypt_save=None):
"""
Constructor. In plugin __init__ should take only 4 last arguments
:param name: plugin full name
:param short_name: plugin unique short name (length of short name should not exceed MAX_SHORT_NAME_LENGTH)
:param tox: tox instance