diff options
Diffstat (limited to 'pyload/plugins/crypter/DailymotionBatch.py')
-rw-r--r-- | pyload/plugins/crypter/DailymotionBatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/DailymotionBatch.py b/pyload/plugins/crypter/DailymotionBatch.py index 4ea26a830..d1233f58c 100644 --- a/pyload/plugins/crypter/DailymotionBatch.py +++ b/pyload/plugins/crypter/DailymotionBatch.py @@ -5,7 +5,7 @@ import re from urlparse import urljoin from pyload.utils import json_loads -from pyload.plugins.internal.Crypter import Crypter +from pyload.plugins.Crypter import Crypter from pyload.utils import safe_join |