diff options
Diffstat (limited to 'pyload/plugins/crypter/LetitbitNet.py')
-rw-r--r-- | pyload/plugins/crypter/LetitbitNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/LetitbitNet.py b/pyload/plugins/crypter/LetitbitNet.py index 5706465bf..58e9ff31c 100644 --- a/pyload/plugins/crypter/LetitbitNet.py +++ b/pyload/plugins/crypter/LetitbitNet.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- import re -from pyload.plugins.internal.Crypter import Crypter +from pyload.plugins.Crypter import Crypter class LetitbitNet(Crypter): |