diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-18 15:20:41 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-18 15:20:41 +0200 |
commit | b0da8977d2587e9c662878423404d72d7f812601 (patch) | |
tree | 1c769a807bec0dd36c25f978a3bd5e49512d40ca /module/plugins/crypter | |
parent | [XFileSharingPro] Fix account __type__ (diff) | |
download | pyload-b0da8977d2587e9c662878423404d72d7f812601.tar.xz |
[HotfileFolderCom] Rename to HotfileComFolder
Diffstat (limited to 'module/plugins/crypter')
-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" |