summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-10 17:02:51 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-10 17:02:51 +0200
commit95ee10db1ae06a5ca193ff601d107b2b5e7fbe72 (patch)
treea25f3051d9804d89b51ea99f158fc66b197025ad
parentImprove and fix file structure a bit (diff)
parentfixes error on adding container (diff)
downloadpyload-95ee10db1ae06a5ca193ff601d107b2b5e7fbe72.tar.xz
Merge pull request #1409 from ktrhn/master
fixes error on adding container
-rw-r--r--pyload/plugin/Container.py2
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