]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fixed initial color
authorBarry Warsaw <barry@python.org>
Thu, 12 Feb 1998 19:53:01 +0000 (19:53 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 12 Feb 1998 19:53:01 +0000 (19:53 +0000)
Tools/pynche/Main.py

index 1007838fb8363c6551752d5624cf8349c26eac22..e95c071f6f49c22b24354ec3da965ea07c2d2dfb 100644 (file)
@@ -75,7 +75,7 @@ def keepalive():
 def main():
     global app
 
-    initialcolor = (128, 128, 128)
+    initialcolor = 'grey50'
     try:
        opts, args = getopt.getopt(sys.argv[1:],
                                   'hc:',