summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/FreeWayMe.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-08 06:08:01 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-08 06:08:01 +0200
commit0e1ef9bc01579328e17e79416fa3c1c7b77adcc8 (patch)
tree7254ea66d7efee78ececda3ab3eeeb6548b22bca /module/plugins/accounts/FreeWayMe.py
parentMove base plugins to internal folder (diff)
downloadpyload-0e1ef9bc01579328e17e79416fa3c1c7b77adcc8.tar.xz
Update everything
Diffstat (limited to 'module/plugins/accounts/FreeWayMe.py')
-rw-r--r--module/plugins/accounts/FreeWayMe.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/FreeWayMe.py b/module/plugins/accounts/FreeWayMe.py
index 7993a485e..66f93e0bb 100644
--- a/module/plugins/accounts/FreeWayMe.py
+++ b/module/plugins/accounts/FreeWayMe.py
@@ -1,13 +1,13 @@
# -*- coding: utf-8 -*-
-from module.plugins.Account import Account
+from module.plugins.internal.Account import Account
from module.common.json_layer import json_loads
class FreeWayMe(Account):
__name__ = "FreeWayMe"
__type__ = "account"
- __version__ = "0.14"
+ __version__ = "0.15"
__description__ = """FreeWayMe account plugin"""
__license__ = "GPLv3"