commit | 0e09788eda299728b3354ce015079fafe7bc396c | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Tue Jun 12 09:09:58 2007 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Tue Jun 12 09:09:58 2007 +0000 |
tree | 550cc97763db9807d20a409966cd07b0a7c326a8 | |
parent | 3ed365be0ef7d87b84465e7accb8cf9b0581b37f [diff] [blame] |
Apply patch #1734945 to support TurboLinux as distribution.
diff --git a/Lib/platform.py b/Lib/platform.py index ca4b86c..f02021e 100755 --- a/Lib/platform.py +++ b/Lib/platform.py
@@ -242,7 +242,7 @@ _supported_dists = ('SuSE', 'debian', 'fedora', 'redhat', 'centos', 'mandrake', 'rocks', 'slackware', 'yellowdog', - 'gentoo', 'UnitedLinux') + 'gentoo', 'UnitedLinux', 'turbolinux') def _parse_release_file(firstline):