aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/emaint/modules/logs/logs.py')
-rw-r--r--pym/portage/emaint/modules/logs/logs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/emaint/modules/logs/logs.py b/pym/portage/emaint/modules/logs/logs.py
index dfe0ef0a4..97b45475d 100644
--- a/pym/portage/emaint/modules/logs/logs.py
+++ b/pym/portage/emaint/modules/logs/logs.py
@@ -18,9 +18,9 @@ class CleanLogs(object):
short_desc = "Clean PORT_LOGDIR logs"
+ @staticmethod
def name():
return "logs"
- name = staticmethod(name)
def can_progressbar(self, func):