From 20ebea1c89a00187db390443ed284e0974ff7222 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 14 Jul 2018 16:25:09 +0200 Subject: Stop making classes inherit from object. --- poezio/fifo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/fifo.py') 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() -- cgit v1.2.3