[entropy.client.package] rename fetch phase to _fetch_phase()

This commit is contained in:
Fabio Erculiani
2013-12-02 15:43:25 +01:00
parent 9d3acd63aa
commit bd5100730e
@@ -147,7 +147,7 @@ class _PackageFetchAction(PackageAction):
metadata['phases'] = []
if not self._entropy._is_package_repository(self._repository_id):
metadata['phases'].append(self._fetch)
metadata['phases'].append(self._fetch_phase)
self._meta = metadata
@@ -835,7 +835,7 @@ class _PackageFetchAction(PackageAction):
mirror_status.set_working_mirror(None)
return 0
def _fetch(self):
def _fetch_phase(self):
"""
Execute the package fetch phase.
"""