mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
directnotify: Remove obsolete softspace attribute from RotatingLog
This commit is contained in:
parent
160ba090a5
commit
9de9b8c680
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user