diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-12-25 00:13:17 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-12-25 00:13:17 +0000 |
commit | 5867a6e1cef42d662a79bf96f1412342a1608b3f (patch) | |
tree | d39bc5cce4a053fedb42fe5cc5460e6835a426c7 /packages/python/python-2.4.3/sitebranding.patch | |
parent | 48d622333374e9d674429c14f472abc0966c272a (diff) |
python: update to 2.4.4
Diffstat (limited to 'packages/python/python-2.4.3/sitebranding.patch')
-rw-r--r-- | packages/python/python-2.4.3/sitebranding.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/python/python-2.4.3/sitebranding.patch b/packages/python/python-2.4.3/sitebranding.patch deleted file mode 100644 index 85bb83a506..0000000000 --- a/packages/python/python-2.4.3/sitebranding.patch +++ /dev/null @@ -1,19 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- Python-2.4.3/Lib/site.py~sitebranding -+++ Python-2.4.3/Lib/site.py -@@ -305,8 +305,9 @@ - "Jython is maintained by the Jython developers (www.jython.org).") - else: - __builtin__.credits = _Printer("credits", """\ -- Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands -- for supporting Python development. See www.python.org for more information.""") -+ This version of Python has been built by the OpenEmbedded buildsystem (http://openembedded.org). -+ It is a part of the Python-For-Embedded-Systems initiative which is maintained by -+ Michael 'Mickey' Lauer (http://www.Vanille.de/projects/python.spy).""") - here = os.path.dirname(os.__file__) - __builtin__.license = _Printer( - "license", "See http://www.python.org/%.3s/license.html" % sys.version, |