From: Barry Warsaw Date: Tue, 27 Apr 1999 18:43:47 +0000 (+0000) Subject: add a comment X-Git-Tag: v1.6a1~1448 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b61a28e24034f1672054b3fa6624627aec1a6b9d;p=thirdparty%2FPython%2Fcpython.git add a comment --- diff --git a/Tools/pynche/Main.py b/Tools/pynche/Main.py index 06ca0c58c92c..b2294de7575b 100644 --- a/Tools/pynche/Main.py +++ b/Tools/pynche/Main.py @@ -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))