diff options
Diffstat (limited to 'Lib/site.py')
-rw-r--r-- | Lib/site.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/site.py b/Lib/site.py index fee13f8..770eb52 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -261,7 +261,7 @@ if sys.platform[:4] == 'java': "Jython is maintained by the Jython developers (www.jython.org).") else: __builtin__.credits = _Printer("credits", """\ -Thanks to CWI, CNRI, BeOpen.com, Digital Creations and a cast of thousands +Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands for supporting Python development. See www.python.org for more information.""") here = os.path.dirname(os.__file__) __builtin__.license = _Printer( |