aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-12-20 17:12:46 -0500
committerMatt Turner <mattst88@gentoo.org>2020-12-20 17:12:46 -0500
commit4c3ca2185c9bb71a028fb54953728c5a05807765 (patch)
treea1eb16e6c74ef788bf70f74a2969fa13183990eb /pym/gentoolkit/helpers.py
parentRemove Python < 3 version checks (diff)
downloadgentoolkit-4c3ca2185c9bb71a028fb54953728c5a05807765.tar.gz
gentoolkit-4c3ca2185c9bb71a028fb54953728c5a05807765.tar.bz2
gentoolkit-4c3ca2185c9bb71a028fb54953728c5a05807765.zip
Remove inherits from object
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'pym/gentoolkit/helpers.py')
-rw-r--r--pym/gentoolkit/helpers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/gentoolkit/helpers.py b/pym/gentoolkit/helpers.py
index 02ac20e..a979ca7 100644
--- a/pym/gentoolkit/helpers.py
+++ b/pym/gentoolkit/helpers.py
@@ -44,7 +44,7 @@ from gentoolkit.versionmatch import VersionMatch
# Classes
# =======
-class ChangeLog(object):
+class ChangeLog:
"""Provides methods for working with a Gentoo ChangeLog file.
Example usage:
@@ -216,7 +216,7 @@ class ChangeLog(object):
return result
-class FileOwner(object):
+class FileOwner:
"""Creates a function for locating the owner of filename queries.
Example usage: