mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Added call to initialize standard (i.e. implemented in C) embedded
object handlers
This commit is contained in:
parent
756522f426
commit
42bc4b245a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue