diff options
author | 2013-07-29 15:34:24 +0200 | |
---|---|---|
committer | 2013-07-29 15:34:24 +0200 | |
commit | e80cf653ed72dded886a82d8168088158315e9a9 (patch) | |
tree | e2d4e6433f678495cc53ff33fa6efa561e0bfd9a /pyload/plugins/hoster/UnrestrictLi.py | |
parent | Moving plugins from module to pyload (diff) | |
download | pyload-e80cf653ed72dded886a82d8168088158315e9a9.tar.xz |
Adapted UnrestrictLi
Diffstat (limited to 'pyload/plugins/hoster/UnrestrictLi.py')
-rw-r--r-- | pyload/plugins/hoster/UnrestrictLi.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/UnrestrictLi.py b/pyload/plugins/hoster/UnrestrictLi.py index 397390691..9bb5b8b66 100644 --- a/pyload/plugins/hoster/UnrestrictLi.py +++ b/pyload/plugins/hoster/UnrestrictLi.py @@ -18,8 +18,8 @@ import re from datetime import datetime, timedelta -from module.plugins.Hoster import Hoster -from module.common.json_layer import json_loads +from pyload.plugins.Hoster import Hoster +from pyload.utils import json_loads def secondsToMidnight(): |