Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > ce70b1acf20608da3f5e3a707c58e034 > files > 6

python-2.7.3-2.4.mga2.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):