mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
add a comment
This commit is contained in:
parent
505c49199a
commit
b61a28e240
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ def build(master=None, initialcolor=None, initfile=None, ignore=None):
|
|||
app = PyncheWidget(__version__, s, master=master)
|
||||
w = app.window()
|
||||
|
||||
# these built-in viewers live inside the main Pynche window
|
||||
s.add_view(StripViewer(s, w))
|
||||
s.add_view(ChipViewer(s, w))
|
||||
s.add_view(TypeinViewer(s, w))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue