summaryrefslogtreecommitdiff
path: root/poezio/fifo.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/fifo.py')
-rw-r--r--poezio/fifo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/fifo.py b/poezio/fifo.py
index f2615847..c8995e18 100644
--- a/poezio/fifo.py
+++ b/poezio/fifo.py
@@ -33,7 +33,7 @@ class OpenTrick(threading.Thread):
self.fd = open(self.path, 'r', encoding='utf-8')
-class Fifo(object):
+class Fifo:
"""
Just a simple file handler, writing and reading in a fifo.
Mode is either 'r' or 'w', just like the mode for the open()