summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/RSDF.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/RSDF.py')
-rw-r--r--pyload/plugins/crypter/RSDF.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/RSDF.py b/pyload/plugins/crypter/RSDF.py
index e68155f8b..7e5f93ea4 100644
--- a/pyload/plugins/crypter/RSDF.py
+++ b/pyload/plugins/crypter/RSDF.py
@@ -9,7 +9,7 @@ from module.plugins.Crypter import Crypter
class RSDF(Crypter):
__name__ = "RSDF"
__version__ = "0.21"
- __pattern__ = r".*\.rsdf"
+ __pattern__ = r'.*\.rsdf'
__description__ = """RSDF container decrypter plugin"""
__author_name__ = ("RaNaN", "spoob")
__author_mail__ = ("RaNaN@pyload.org", "spoob@pyload.org")