aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/gentoolkit/eclean/clean.py')
-rw-r--r--pym/gentoolkit/eclean/clean.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/gentoolkit/eclean/clean.py b/pym/gentoolkit/eclean/clean.py
index 2b750e3..3f6fe45 100644
--- a/pym/gentoolkit/eclean/clean.py
+++ b/pym/gentoolkit/eclean/clean.py
@@ -11,7 +11,7 @@ import gentoolkit.pprinter as pp
from gentoolkit.eclean.pkgindex import PkgIndex
-class CleanUp(object):
+class CleanUp:
"""Performs all cleaning actions to distfiles or package directories.
@param controller: a progress output/user interaction controller function