rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -22,7 +22,7 @@ import os
|
|||
import sys
|
||||
import re
|
||||
|
||||
from weboob.capabilities.account import ICapAccount
|
||||
from weboob.capabilities.account import CapAccount
|
||||
from weboob.core.modules import ModuleLoadError
|
||||
from weboob.tools.application.repl import ReplApplication
|
||||
from weboob.tools.ordereddict import OrderedDict
|
||||
|
|
@ -100,7 +100,7 @@ class WeboobCfg(ReplApplication):
|
|||
print >>sys.stderr, 'Error: backend "%s" not found.' % backend_name
|
||||
return 1
|
||||
|
||||
if not backend.has_caps(ICapAccount):
|
||||
if not backend.has_caps(CapAccount):
|
||||
print >>sys.stderr, 'Error: backend "%s" does not support accounts management' % backend_name
|
||||
return 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue