From 5fed2b0180b95eed9ee82f82dff1a5bf8c66c2f5 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 12:24:27 +0200 Subject: Fix header # -*- coding: utf-8 -*- Merges vuolter/pyload@aa7b3f9 --- module/plugins/hoster/BasePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/BasePlugin.py') diff --git a/module/plugins/hoster/BasePlugin.py b/module/plugins/hoster/BasePlugin.py index 055ec95ab..6660e0a33 100644 --- a/module/plugins/hoster/BasePlugin.py +++ b/module/plugins/hoster/BasePlugin.py @@ -1,5 +1,5 @@ - # -*- coding: utf-8 -*- + from urlparse import urlparse from re import match, search from urllib import unquote -- cgit v1.2.3