swc-installation-test-2.py: Use the more portable platform.uname()
authorW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 13:26:02 +0000 (08:26 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 14:49:49 +0000 (09:49 -0500)
commitd250770efbe9931f77da59fd3d9cbbed1e37a859
tree6d26656e1f6aa12268f2ec1fea78e8d0e8570929
parent464944baba76dd6f6c437529d36f697c27df5c3e
swc-installation-test-2.py: Use the more portable platform.uname()

From the docs [1,2]:

  platform.uname():
    Fairly portable uname interface...  Entries which cannot be
    determined are set to ''.

  os.uname():
    ... Availability: recent flavors of Unix.

[1]: http://docs.python.org/2/library/platform.html#platform.uname
[2]: http://docs.python.org/2/library/os.html#os.uname
swc-installation-test-2.py