Apply patch #1734945 to support TurboLinux as distribution.

This commit is contained in:
Marc-André Lemburg 2007-06-12 09:09:58 +00:00
parent 3ed365be0e
commit 0e09788eda
1 changed files with 1 additions and 1 deletions

View File

@ -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):