added new type pybind11::bytes, cleanup of various macros (fixes #49)
diff --git a/example/run_test.py b/example/run_test.py
index 7c1bf7d..8977e96 100755
--- a/example/run_test.py
+++ b/example/run_test.py
@@ -21,6 +21,7 @@
         line = shorten_floats.sub(r'\1', line)
         line = line.replace('__builtin__', 'builtins')
         line = line.replace('example.', '')
+        line = line.replace('unicode', 'str')
         line = line.replace('method of builtins.PyCapsule instance', '')
         line = line.strip()
         if sys.platform == 'win32':