diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-10 17:02:51 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-10 17:02:51 +0200 |
commit | 95ee10db1ae06a5ca193ff601d107b2b5e7fbe72 (patch) | |
tree | a25f3051d9804d89b51ea99f158fc66b197025ad | |
parent | Improve and fix file structure a bit (diff) | |
parent | fixes error on adding container (diff) | |
download | pyload-95ee10db1ae06a5ca193ff601d107b2b5e7fbe72.tar.xz |
Merge pull request #1409 from ktrhn/master
fixes error on adding container
-rw-r--r-- | pyload/plugin/Container.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/Container.py b/pyload/plugin/Container.py index e8e42bb2b..24fbf3738 100644 --- a/pyload/plugin/Container.py +++ b/pyload/plugin/Container.py @@ -7,7 +7,7 @@ import re from os import remove from os.path import basename, exists -from pyload.plugin.internal.Crypter import Crypter +from pyload.plugin.Crypter import Crypter from pyload.utils import fs_join |