aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/emaint/modules/resume/resume.py')
-rw-r--r--pym/portage/emaint/modules/resume/resume.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/emaint/modules/resume/resume.py b/pym/portage/emaint/modules/resume/resume.py
index 0d65d4181..580643b26 100644
--- a/pym/portage/emaint/modules/resume/resume.py
+++ b/pym/portage/emaint/modules/resume/resume.py
@@ -8,9 +8,9 @@ class CleanResume(object):
short_desc = "Discard emerge --resume merge lists"
+ @staticmethod
def name():
return "cleanresume"
- name = staticmethod(name)
def check(self, **kwargs):
onProgress = kwargs.get('onProgress', None)