From 58f38f399387b44b956e785e1d578d0f621354e6 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 2 Aug 2011 15:17:24 +0200 Subject: fixes, cleanup, summary for each package --- module/plugins/container/CCF.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/container') diff --git a/module/plugins/container/CCF.py b/module/plugins/container/CCF.py index d7da2f93b..301b033d4 100644 --- a/module/plugins/container/CCF.py +++ b/module/plugins/container/CCF.py @@ -13,7 +13,7 @@ from os.path import exists, join class CCF(Container): __name__ = "CCF" __version__ = "0.2" - __pattern__ = r"(?!http://).*\.ccf" + __pattern__ = r"(?!http://).*\.ccf$" __description__ = """CCF Container Convert Plugin""" __author_name__ = ("Willnix") __author_mail__ = ("Willnix@pyload.org") -- cgit v1.2.3