Add error_handler and use it.

This commit is contained in:
Anthony Sottile
2014-07-28 11:02:36 -07:00
parent e3d29a897b
commit 9a017dcbe9
8 changed files with 177 additions and 35 deletions

View File

@@ -1,6 +1,5 @@
from __future__ import unicode_literals
"""five: six, redux"""
# pylint:disable=invalid-name
PY2 = str is bytes
PY3 = str is not bytes