0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00

Added call to initialize standard (i.e. implemented in C) embedded

object handlers
This commit is contained in:
Jack Jansen 1996-05-07 15:24:55 +00:00
parent 756522f426
commit 42bc4b245a

View File

@ -319,6 +319,7 @@ class Wed(Application):
self.num = 0
self.active = None
self.updatemenubar()
waste.STDObjectHandlers()
def makeusermenus(self):
self.filemenu = m = Menu(self.menubar, "File")