giscanner/dumper.py: Use os.name instead of os.uname()[0]
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 10 Aug 2012 04:41:22 +0000 (12:41 +0800)
committerColin Walters <walters@verbum.org>
Sat, 27 Oct 2012 16:06:09 +0000 (12:06 -0400)
commit9a1e0c63c13f3567e75553d2d07dd914d5b81287
tree0656e031986df153ac18ca31e0e742b0a1e49a2f
parentaf578e81c861cf31f494fc830ba02ca41d7c7613
giscanner/dumper.py: Use os.name instead of os.uname()[0]

os.uname is not available universally, so use something that exists
universally.

https://bugzilla.gnome.org/show_bug.cgi?id=681820
giscanner/shlibs.py