diff --git a/weboob/frontends/havesex/__init__.py b/weboob/frontends/havesex/__init__.py index 3674d889..d9e93177 100644 --- a/weboob/frontends/havesex/__init__.py +++ b/weboob/frontends/havesex/__init__.py @@ -18,4 +18,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ -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 73e6c625..9b0b95bc 100644 --- a/weboob/frontends/masstransit/__init__.py +++ b/weboob/frontends/masstransit/__init__.py @@ -19,4 +19,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ -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 b36fc3d7..83eea19a 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 7497ab6c..84376078 100644 --- a/weboob/frontends/videoob_web/__init__.py +++ b/weboob/frontends/videoob_web/__init__.py @@ -18,4 +18,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ -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 d5c1fdce..d37a0c0e 100644 --- a/weboob/frontends/weboobcfg/__init__.py +++ b/weboob/frontends/weboobcfg/__init__.py @@ -18,4 +18,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ -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 4e2c87c6..e4655d19 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 4c78585a..78939155 100644 --- a/weboob/frontends/weboorrents/__init__.py +++ b/weboob/frontends/weboorrents/__init__.py @@ -18,4 +18,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ -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 294bf799..c1f5d614 100644 --- a/weboob/frontends/wetboobs/__init__.py +++ b/weboob/frontends/wetboobs/__init__.py @@ -18,4 +18,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ -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