Browse Source

directnotify: Remove obsolete softspace attribute from RotatingLog

rdb 2 years ago
parent
commit
9de9b8c680
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/directnotify/RotatingLog.py

+ 0 - 1
direct/src/directnotify/RotatingLog.py

@@ -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