pisilinux_platform.patch 454 B

1234567891011121314
  1. Index: Lib/platform.py
  2. ===================================================================
  3. --- Lib/platform.py (revision 86735)
  4. +++ Lib/platform.py (working copy)
  5. @@ -259,7 +259,7 @@
  6. _supported_dists = (
  7. 'SuSE', 'debian', 'fedora', 'redhat', 'centos',
  8. 'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
  9. - 'UnitedLinux', 'turbolinux')
  10. + 'UnitedLinux', 'turbolinux', 'pisilinux')
  11. def _parse_release_file(firstline):