directnotify: Remove obsolete softspace attribute from RotatingLog

This commit is contained in:
rdb 2023-08-26 11:15:57 +02:00
parent 160ba090a5
commit 9de9b8c680

View File

@ -83,7 +83,6 @@ class RotatingLog:
self.closed = self.file.closed self.closed = self.file.closed
self.mode = self.file.mode self.mode = self.file.mode
self.name = self.file.name self.name = self.file.name
self.softspace = self.file.softspace
#self.encoding = self.file.encoding # Python 2.3 #self.encoding = self.file.encoding # Python 2.3
#self.newlines = self.file.newlines # Python 2.3, maybe #self.newlines = self.file.newlines # Python 2.3, maybe