commit | d3349af48b0ffa101660b370bc702454fd064968 | [log] [tgz] |
---|---|---|
author | Wenzel Jakob <wenzel.jakob@epfl.ch> | Sat Mar 26 23:04:10 2016 +0100 |
committer | Wenzel Jakob <wenzel.jakob@epfl.ch> | Sat Mar 26 23:04:10 2016 +0100 |
tree | df077d5e44973248b032f688297487801adf5895 | |
parent | 0772967ecfbc3c1cf6260bbc5277c7a2b801cec7 [diff] [blame] |
modularized logic in preceding change, fixed issue with char (fixes #150)
diff --git a/example/issues.py b/example/issues.py index 64bd7c6..8628439 100644 --- a/example/issues.py +++ b/example/issues.py
@@ -3,6 +3,7 @@ import sys sys.path.append('.') -from example.issues import print_cchar +from example.issues import print_cchar, print_char print_cchar("const char *") +print_char('c')