wantOtpServer

This commit is contained in:
Dave Schuyler 2004-12-28 00:32:43 +00:00
parent 20cdb11a3b
commit abb3fa2a0c

View File

@ -271,6 +271,9 @@ class ShowBase(DirectObject.DirectObject):
ShowBase.notify.info('__dev__ == %s' % __dev__)
# This is temporary:
__builtins__["wantOtpServer"] = self.config.GetBool('want-otp-server', 0)
# Now hang a hook on the window-event from Panda. This allows
# us to detect when the user resizes, minimizes, or closes the
# main window.