Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > main-updates-src > by-pkgid > 70c6f73b7de273a264c9a8c049dad72b > files > 12

python-2.7.2-2.2.src.rpm

Index: Lib/platform.py
===================================================================
--- Lib/platform.py
+++ Lib/platform.py	2008-10-10 21:21:07.000000000 +0200
@@ -241,8 +241,8 @@
 # and http://www.die.net/doc/linux/man/man1/lsb_release.1.html
 
 _supported_dists = (
-    'SuSE', 'debian', 'fedora', 'redhat', 'centos',
-    'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
+    'SuSE', 'debian', 'fedora' ,'mandriva', 'mandrake', 'redhat',
+    'centos', 'rocks', 'slackware', 'yellowdog', 'gentoo',
     'UnitedLinux', 'turbolinux')
 
 def _parse_release_file(firstline):