From c5fef77bc8216a5aa8f0f2825fb79b577edfba4f Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Thu, 20 May 2010 19:27:20 +0200 Subject: [PATCH] renamed application.py files to frontends name --- weboob/frontends/havesex/__init__.py | 2 +- weboob/frontends/havesex/{application.py => havesex.py} | 0 weboob/frontends/masstransit/__init__.py | 2 +- .../masstransit/{application.py => masstransit.py} | 0 weboob/frontends/qvideoob/__init__.py | 2 +- weboob/frontends/qvideoob/{application.py => qvideoob.py} | 0 weboob/frontends/videoob_web/__init__.py | 2 +- .../videoob_web/{application.py => videoob_web.py} | 0 weboob/frontends/weboobcfg/__init__.py | 2 +- .../frontends/weboobcfg/{application.py => weboobcfg.py} | 0 weboob/frontends/weboobdebug/__init__.py | 8 ++++---- .../weboobdebug/{application.py => weboobdebug.py} | 0 weboob/frontends/weboorrents/__init__.py | 2 +- .../weboorrents/{application.py => weboorrents.py} | 0 weboob/frontends/wetboobs/__init__.py | 2 +- weboob/frontends/wetboobs/{application.py => wetboobs.py} | 0 16 files changed, 11 insertions(+), 11 deletions(-) rename weboob/frontends/havesex/{application.py => havesex.py} (100%) rename weboob/frontends/masstransit/{application.py => masstransit.py} (100%) rename weboob/frontends/qvideoob/{application.py => qvideoob.py} (100%) rename weboob/frontends/videoob_web/{application.py => videoob_web.py} (100%) rename weboob/frontends/weboobcfg/{application.py => weboobcfg.py} (100%) rename weboob/frontends/weboobdebug/{application.py => weboobdebug.py} (100%) rename weboob/frontends/weboorrents/{application.py => weboorrents.py} (100%) rename weboob/frontends/wetboobs/{application.py => wetboobs.py} (100%) diff --git a/weboob/frontends/havesex/__init__.py b/weboob/frontends/havesex/__init__.py index 3674d88904..d9e93177d2 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 73e6c62544..9b0b95bc05 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 b36fc3d7da..83eea19a9a 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 7497ab6cd7..84376078d3 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 d5c1fdcede..d37a0c0e06 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 4e2c87c617..e4655d1943 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 4c78585ab0..789391554b 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 294bf79993..c1f5d61450 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 -- GitLab