diff --git a/weboob/frontends/havesex/__init__.py b/weboob/frontends/havesex/__init__.py index 3674d889048762aca6fc0faa296f7dfbdfb43b1a..d9e93177d2bf352181ab6e9efc5952e2fcefcb16 100644 --- a/weboob/frontends/havesex/__init__.py +++ b/weboob/frontends/havesex/__init__.py @@ -18,4 +18,4 @@ """ -from .application import HaveSex +from .havesex import HaveSex diff --git a/weboob/frontends/havesex/application.py b/weboob/frontends/havesex/havesex.py similarity index 100% rename from weboob/frontends/havesex/application.py rename to weboob/frontends/havesex/havesex.py diff --git a/weboob/frontends/masstransit/__init__.py b/weboob/frontends/masstransit/__init__.py index 73e6c625442264db47eeabd9336da96957bfd57d..9b0b95bc053c078198d5c6451cb23177b7703b7b 100644 --- a/weboob/frontends/masstransit/__init__.py +++ b/weboob/frontends/masstransit/__init__.py @@ -19,4 +19,4 @@ """ -from .application import Masstransit +from .masstransit import Masstransit diff --git a/weboob/frontends/masstransit/application.py b/weboob/frontends/masstransit/masstransit.py similarity index 100% rename from weboob/frontends/masstransit/application.py rename to weboob/frontends/masstransit/masstransit.py diff --git a/weboob/frontends/qvideoob/__init__.py b/weboob/frontends/qvideoob/__init__.py index b36fc3d7dae07d96f54a50d51c9701972df272dd..83eea19a9a9eeec840df3c246b1441fb358df1ba 100644 --- a/weboob/frontends/qvideoob/__init__.py +++ b/weboob/frontends/qvideoob/__init__.py @@ -1 +1 @@ -from .application import QVideoob +from .qvideoob import QVideoob diff --git a/weboob/frontends/qvideoob/application.py b/weboob/frontends/qvideoob/qvideoob.py similarity index 100% rename from weboob/frontends/qvideoob/application.py rename to weboob/frontends/qvideoob/qvideoob.py diff --git a/weboob/frontends/videoob_web/__init__.py b/weboob/frontends/videoob_web/__init__.py index 7497ab6cd7055f49ac0b3b1da457f674f3e1ac35..84376078d33b0c68f03a51b2c0bfacf108e97fa4 100644 --- a/weboob/frontends/videoob_web/__init__.py +++ b/weboob/frontends/videoob_web/__init__.py @@ -18,4 +18,4 @@ """ -from .application import VideoobWeb +from .videoob_web import VideoobWeb diff --git a/weboob/frontends/videoob_web/application.py b/weboob/frontends/videoob_web/videoob_web.py similarity index 100% rename from weboob/frontends/videoob_web/application.py rename to weboob/frontends/videoob_web/videoob_web.py diff --git a/weboob/frontends/weboobcfg/__init__.py b/weboob/frontends/weboobcfg/__init__.py index d5c1fdcedecdd0040c310a0ab58c1e825ce22eeb..d37a0c0e06bf572763b8b21484ec61adf148a024 100644 --- a/weboob/frontends/weboobcfg/__init__.py +++ b/weboob/frontends/weboobcfg/__init__.py @@ -18,4 +18,4 @@ """ -from .application import WeboobCfg +from .weboobcfg import WeboobCfg diff --git a/weboob/frontends/weboobcfg/application.py b/weboob/frontends/weboobcfg/weboobcfg.py similarity index 100% rename from weboob/frontends/weboobcfg/application.py rename to weboob/frontends/weboobcfg/weboobcfg.py diff --git a/weboob/frontends/weboobdebug/__init__.py b/weboob/frontends/weboobdebug/__init__.py index 4e2c87c617f7c07b5ee554dc0052f0138c928daa..e4655d1943dc41032c1f47b596b5215f418856ef 100644 --- a/weboob/frontends/weboobdebug/__init__.py +++ b/weboob/frontends/weboobdebug/__init__.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- # Copyright(C) 2010 Christophe Benz -# +# # 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 # the Free Software Foundation, version 3 of the License. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -from .application import WeboobDebug +from .weboobdebug import WeboobDebug diff --git a/weboob/frontends/weboobdebug/application.py b/weboob/frontends/weboobdebug/weboobdebug.py similarity index 100% rename from weboob/frontends/weboobdebug/application.py rename to weboob/frontends/weboobdebug/weboobdebug.py diff --git a/weboob/frontends/weboorrents/__init__.py b/weboob/frontends/weboorrents/__init__.py index 4c78585ab08a4b46de7d0eba69c86bd0fe2d094d..789391554b4694b090b67a360897c96f9036dbef 100644 --- a/weboob/frontends/weboorrents/__init__.py +++ b/weboob/frontends/weboorrents/__init__.py @@ -18,4 +18,4 @@ """ -from .application import Weboorrents +from .weboorrents import Weboorrents diff --git a/weboob/frontends/weboorrents/application.py b/weboob/frontends/weboorrents/weboorrents.py similarity index 100% rename from weboob/frontends/weboorrents/application.py rename to weboob/frontends/weboorrents/weboorrents.py diff --git a/weboob/frontends/wetboobs/__init__.py b/weboob/frontends/wetboobs/__init__.py index 294bf7999346e6347bdfce44fd000ab87f2b8ce9..c1f5d61450cbf85ec4c40c3721732ed115d7df79 100644 --- a/weboob/frontends/wetboobs/__init__.py +++ b/weboob/frontends/wetboobs/__init__.py @@ -18,4 +18,4 @@ """ -from .application import WetBoobs +from .wetboobs import WetBoobs diff --git a/weboob/frontends/wetboobs/application.py b/weboob/frontends/wetboobs/wetboobs.py similarity index 100% rename from weboob/frontends/wetboobs/application.py rename to weboob/frontends/wetboobs/wetboobs.py