move GenericBackend and GenericArticle modules into weboob.tools.capabilities.messages

This commit is contained in:
Romain Bignon 2011-05-11 11:54:33 +02:00
commit 72850a0a79
18 changed files with 22 additions and 312 deletions

View file

@ -18,7 +18,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.tools.genericArticle import GenericNewsPage
from weboob.tools.capabilities.messages.genericArticle import GenericNewsPage
class InrocksTvPage(GenericNewsPage):
"ArticlePage object for inrocks"