diff options
Diffstat (limited to 'module')
| -rw-r--r-- | module/plugins/crypter/HotfileComFolder.py (renamed from module/plugins/crypter/HotfileFolderCom.py) | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/module/plugins/crypter/HotfileFolderCom.py b/module/plugins/crypter/HotfileComFolder.py index d9e4e4c39..c2c999275 100644 --- a/module/plugins/crypter/HotfileFolderCom.py +++ b/module/plugins/crypter/HotfileComFolder.py @@ -3,8 +3,8 @@  from module.plugins.internal.DeadCrypter import DeadCrypter -class HotfileFolderCom(DeadCrypter): -    __name__ = "HotfileFolderCom" +class HotfileComFolder(DeadCrypter): +    __name__ = "HotfileComFolder"      __type__ = "crypter"      __version__ = "0.3" | 
