commit | 27e8e1066bb7ab94688163e0d93037989e629e75 | [log] [tgz] |
---|---|---|
author | Wenzel Jakob <wenzel@inf.ethz.ch> | Sun Jan 17 22:36:37 2016 +0100 |
committer | Wenzel Jakob <wenzel@inf.ethz.ch> | Sun Jan 17 22:31:15 2016 +0100 |
tree | c557c4fc04b9932e6542349ce628191b1b72256c | |
parent | 2dfbadee5da258845aa6192869d0ccc85097aaef [diff] [blame] |
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':