diff options
author | Stefano <l.stickell@yahoo.it> | 2013-07-25 20:05:38 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-07-25 20:05:38 +0200 |
commit | 61f6eccfd5a3ffb3edbcf470c37a49e0ef3ab9a3 (patch) | |
tree | 3c07687f0769a19663cdc4be2b69810345701227 /pyload/plugins | |
parent | Another replace rule (diff) | |
download | pyload-61f6eccfd5a3ffb3edbcf470c37a49e0ef3ab9a3.tar.xz |
Removed bad character
(it seems it's not in stable)
Diffstat (limited to 'pyload/plugins')
-rw-r--r-- | pyload/plugins/hoster/BezvadataCz.py | 4 |
1 files changed, 2 insertions, 2 deletions
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): |