Redefine the `unichr` and bytes-variant of `chr` at module level.
authorMartijn Pieters <mj@zopatista.com>
Thu, 25 Oct 2012 16:22:07 +0000 (18:22 +0200)
committerMartijn Pieters <mj@zopatista.com>
Thu, 25 Oct 2012 16:22:07 +0000 (18:22 +0200)
commita4be9a2578dcb8f0862cc80f1e37243edfc04bd7
treece64faeb9e0454b8bffd118cabd5e81358d8889b
parent25f2806f23d2a88920a3558f8bc4f798a115d014
Redefine the `unichr` and bytes-variant of `chr` at module level.

Needed to appease Travis; it's python 2.6 and 2.7 builds are weird and the `__builtins__` dict is not following CPython conventions.
tests/test_utils.py