summaryrefslogtreecommitdiff
path: root/poezio/poezio_shlex.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/poezio_shlex.py')
-rw-r--r--poezio/poezio_shlex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/poezio_shlex.py b/poezio/poezio_shlex.py
index ba8d6d56..4a6c3a84 100644
--- a/poezio/poezio_shlex.py
+++ b/poezio/poezio_shlex.py
@@ -21,7 +21,7 @@ from io import StringIO
__all__ = ["shlex", "split", "quote"]
-class shlex(object):
+class shlex:
"""
A custom version of the shlex in the stdlib to yield more information
"""