]> granicus.if.org Git - python/commitdiff
Apply patch #1734945 to support TurboLinux as distribution.
authorMarc-André Lemburg <mal@egenix.com>
Tue, 12 Jun 2007 09:09:58 +0000 (09:09 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Tue, 12 Jun 2007 09:09:58 +0000 (09:09 +0000)
Lib/platform.py

index ca4b86c964d5983f4e666335a6e5115270ed6109..f02021e48208d11272b6f28a85d7512e77b7a394 100755 (executable)
@@ -242,7 +242,7 @@ _release_version = re.compile(r'([^0-9]+)'
 
 _supported_dists = ('SuSE', 'debian', 'fedora', 'redhat', 'centos',
                     'mandrake', 'rocks', 'slackware', 'yellowdog',
-                    'gentoo', 'UnitedLinux')
+                    'gentoo', 'UnitedLinux', 'turbolinux')
 
 def _parse_release_file(firstline):