diff options
Diffstat (limited to 'module/plugins/accounts/MyfastfileCom.py')
-rw-r--r-- | module/plugins/accounts/MyfastfileCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/accounts/MyfastfileCom.py b/module/plugins/accounts/MyfastfileCom.py index 160a354d0..0621ef0ca 100644 --- a/module/plugins/accounts/MyfastfileCom.py +++ b/module/plugins/accounts/MyfastfileCom.py @@ -10,6 +10,7 @@ class MyfastfileCom(Account): __name__ = "MyfastfileCom" __type__ = "account" __version__ = "0.06" + __status__ = "stable" __description__ = """Myfastfile.com account plugin""" __license__ = "GPLv3" |