do more work with classes from pytypes.h (especially for STL container casting)
diff --git a/example/run_test.py b/example/run_test.py
index 8977e96..802b851 100755
--- a/example/run_test.py
+++ b/example/run_test.py
@@ -22,6 +22,8 @@
line = line.replace('__builtin__', 'builtins')
line = line.replace('example.', '')
line = line.replace('unicode', 'str')
+ line = line.replace('Example4.EMode', 'EMode')
+ line = line.replace('example.EMode', 'EMode')
line = line.replace('method of builtins.PyCapsule instance', '')
line = line.strip()
if sys.platform == 'win32':