Make 0alias work with binary files under Python 3
commit07155f38a4f60cd8d3322bbc302f221355d6795a
authorThomas Leonard <talex5@gmail.com>
Fri, 17 Aug 2012 18:47:51 +0000 (17 19:47 +0100)
committerThomas Leonard <talex5@gmail.com>
Fri, 17 Aug 2012 18:47:51 +0000 (17 19:47 +0100)
treefb372f32f43098b154a2e68b838d68af8c2b082d
parent3ce74c7c29e5600df3cc3aacb6f312d06ef4b1e5
Make 0alias work with binary files under Python 3

Otherwise you get a UnicodeDecodeError when it tries to check whether something
is a script or not.
tests/testalias.py
zeroinstall/alias.py