Fixed some minor error reporting bugs
commit936b4eb9e5de7109f294b17f2d9c2c842535e40c
authorThomas Leonard <talex5@gmail.com>
Fri, 10 Aug 2012 18:24:33 +0000 (10 19:24 +0100)
committerThomas Leonard <talex5@gmail.com>
Fri, 10 Aug 2012 18:27:11 +0000 (10 19:27 +0100)
tree48c0a9bcae613572026c7743a513b0fac5ca2046
parent8725d4e5b9fc5a2d2b5fac315a56c303689df4c7
Fixed some minor error reporting bugs

- Using -v no longer showed stacktraces for exceptions.
- Displaying exceptions on Python 3 didn't work properly due to missing
  unicode() builtin.
zeroinstall/cmd/__init__.py