diff --git a/sickbeard/__init__.py b/sickbeard/__init__.py index ea5b7133..211f9dc4 100644 --- a/sickbeard/__init__.py +++ b/sickbeard/__init__.py @@ -31,7 +31,7 @@ from threading import Lock # apparently py2exe won't build these unless they're imported somewhere from sickbeard import providers, metadata, config from sickbeard.providers.generic import GenericProvider -from providers import ezrss, tvtorrents, btn, newznab, womble, thepiratebay, torrentleech, kat, publichd, iptorrents, \ +from providers import ezrss, tvtorrents, btn, newznab, womble, thepiratebay, torrentleech, kat, iptorrents, \ omgwtfnzbs, scc, hdtorrents, torrentday, hdbits, nextgen, speedcd, nyaatorrents, fanzub from sickbeard.config import CheckSection, check_setting_int, check_setting_str, check_setting_float, ConfigMigrator, \ naming_ep_type diff --git a/sickbeard/providers/__init__.py b/sickbeard/providers/__init__.py index 4efacae2..de9d3d5e 100644 --- a/sickbeard/providers/__init__.py +++ b/sickbeard/providers/__init__.py @@ -22,7 +22,6 @@ __all__ = ['ezrss', 'btn', 'thepiratebay', 'kat', - 'publichd', 'torrentleech', 'scc', 'hdtorrents',