]> granicus.if.org Git - python/commitdiff
add a comment
authorBarry Warsaw <barry@python.org>
Tue, 27 Apr 1999 18:43:47 +0000 (18:43 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 27 Apr 1999 18:43:47 +0000 (18:43 +0000)
Tools/pynche/Main.py

index 06ca0c58c92ccc5bb6baa67fc9b8cad5efa8504e..b2294de7575ba9cd311b3e3df10785d85ad95ce1 100644 (file)
@@ -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))