From 61f6eccfd5a3ffb3edbcf470c37a49e0ef3ab9a3 Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 25 Jul 2013 20:05:38 +0200 Subject: Removed bad character (it seems it's not in stable) --- pyload/plugins/hoster/BezvadataCz.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/hoster') diff --git a/pyload/plugins/hoster/BezvadataCz.py b/pyload/plugins/hoster/BezvadataCz.py index b048449e8..a4dfbdc44 100644 --- a/pyload/plugins/hoster/BezvadataCz.py +++ b/pyload/plugins/hoster/BezvadataCz.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- """ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ """ import re -from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo +from pyload.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo class BezvadataCz(SimpleHoster): -- cgit v1.2.3