mirror of https://github.com/python/cpython
Added call to initialize standard (i.e. implemented in C) embedded
object handlers
This commit is contained in:
parent
756522f426
commit
42bc4b245a
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue