Other comments
This commit is contained in:
parent
e56737a0cd
commit
c6816e7444
1 changed files with 2 additions and 2 deletions
|
|
@ -509,7 +509,7 @@ class Repositories(object):
|
||||||
|
|
||||||
def retrieve_icon(self, module):
|
def retrieve_icon(self, module):
|
||||||
"""
|
"""
|
||||||
Retrieve the icon of a module and save it in ~/.weboob/icons/.
|
Retrieve the icon of a module and save it in ~/.local/share/weboob/icons/.
|
||||||
"""
|
"""
|
||||||
if not isinstance(module, ModuleInfo):
|
if not isinstance(module, ModuleInfo):
|
||||||
module = self.get_module_info(module)
|
module = self.get_module_info(module)
|
||||||
|
|
@ -538,7 +538,7 @@ class Repositories(object):
|
||||||
def update_repositories(self, progress=IProgress()):
|
def update_repositories(self, progress=IProgress()):
|
||||||
"""
|
"""
|
||||||
Update list of repositories by downloading them
|
Update list of repositories by downloading them
|
||||||
and put them in ~/.weboob/repositories/.
|
and put them in ~/.local/share/weboob/repositories/.
|
||||||
|
|
||||||
:param progress: observer object.
|
:param progress: observer object.
|
||||||
:type progress: :class:`IProgress`
|
:type progress: :class:`IProgress`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue