mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
notify-integrate
This commit is contained in:
parent
06b3438d72
commit
16c0690edb
@ -17,6 +17,10 @@ class Notifier:
|
||||
# particularly useful for integrating the Python notify system
|
||||
# with the C++ notify system.
|
||||
streamWriter = None
|
||||
if ConfigVariableBool('notify-integrate', True):
|
||||
from libpandaexpress import StreamWriter, Notify
|
||||
streamWriter = StreamWriter(Notify.out(), False)
|
||||
|
||||
showTime = ConfigVariableBool('notify-timestamp', False)
|
||||
|
||||
def __init__(self, name, logger=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user