rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -25,7 +25,7 @@ import locale
|
|||
import codecs
|
||||
|
||||
from weboob.core.bcall import CallErrors
|
||||
from weboob.capabilities.content import ICapContent, Revision
|
||||
from weboob.capabilities.content import CapContent, Revision
|
||||
from weboob.tools.application.repl import ReplApplication, defaultcount
|
||||
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ class WebContentEdit(ReplApplication):
|
|||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "Console application allowing to display and edit contents on various websites."
|
||||
SHORT_DESCRIPTION = "manage websites content"
|
||||
CAPS = ICapContent
|
||||
CAPS = CapContent
|
||||
|
||||
def do_edit(self, line):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue