--- Python-2.6.4/Lib/platform.py.orig 2010-01-08 22:35:26.000000000 +0100 +++ Python-2.6.4/Lib/platform.py 2010-01-08 22:36:02.000000000 +0100 @@ -243,7 +243,7 @@ _supported_dists = ( 'SuSE', 'debian', 'fedora', 'redhat', 'centos', 'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo', - 'UnitedLinux', 'turbolinux') + 'UnitedLinux', 'turbolinux', 'openmamba') def _parse_release_file(firstline):