Disable root checks when running on Windows
commit47b4323f7ee14f22372fe0b27b4dcbb62e3f3c29
authorThomas Leonard <talex5@gmail.com>
Tue, 3 Feb 2009 18:29:32 +0000 (3 18:29 +0000)
committerThomas Leonard <talex5@gmail.com>
Sun, 8 Feb 2009 20:03:14 +0000 (8 20:03 +0000)
treeb906d7785a522cd691bec465bc012f407b37111b
parentb3c4579eeb7e9c78cfb12a0f21560d1171ce0c31
Disable root checks when running on Windows

Zero Install makes a few changes to avoid putting root-owned files
in the user's home directory. Don't do this check on Windows, since
os.geteuid doesn't exist.
zeroinstall/injector/gpg.py
zeroinstall/support/basedir.py