Commit b61a28e2 authored by Barry Warsaw's avatar Barry Warsaw

add a comment

parent 505c4919
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment