aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-01-28 00:15:15 +0100
committerZac Medico <zmedico@gentoo.org>2017-02-26 12:08:25 -0800
commit3627dbfb635921f285083432e8b704b31c5a688a (patch)
tree8dfeecacb1da038d3ef142574e194d3adc75550c /pym/portage/emaint/modules/binhost/binhost.py
parentemaint logs: remove excessive kwargs tests (diff)
downloadportage-3627dbfb635921f285083432e8b704b31c5a688a.tar.gz
portage-3627dbfb635921f285083432e8b704b31c5a688a.tar.bz2
portage-3627dbfb635921f285083432e8b704b31c5a688a.zip
emaint: declare handler name consistently across modules
Diffstat (limited to 'pym/portage/emaint/modules/binhost/binhost.py')
-rw-r--r--pym/portage/emaint/modules/binhost/binhost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/emaint/modules/binhost/binhost.py b/pym/portage/emaint/modules/binhost/binhost.py
index 527b02fb3..ebcc9054f 100644
--- a/pym/portage/emaint/modules/binhost/binhost.py
+++ b/pym/portage/emaint/modules/binhost/binhost.py
@@ -19,9 +19,9 @@ class BinhostHandler(object):
short_desc = "Generate a metadata index for binary packages"
+ @staticmethod
def name():
return "binhost"
- name = staticmethod(name)
def __init__(self):
eroot = portage.settings['EROOT']