diff options
Diffstat (limited to 'pyload/plugin/hoster/HellshareCz.py')
-rw-r--r-- | pyload/plugin/hoster/HellshareCz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/HellshareCz.py b/pyload/plugin/hoster/HellshareCz.py index f7e95d273..735ed1f19 100644 --- a/pyload/plugin/hoster/HellshareCz.py +++ b/pyload/plugin/hoster/HellshareCz.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from urlparse import urljoin +import urlparse from pyload.plugin.internal.SimpleHoster import SimpleHoster |