- Commit
- 8dab8b603d3f115d7830f3d90b071ab784596978
- Parent
- 36ab6fcfb426000eeb2d341d049f65a3d3d46450
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Removed wrapper3.py, made wrapper.py work with python 2/3.
Also improved the wrapper to work with windows, and to use smart punctuation (as an example).
In the future we may want to use cffi instead of ctypes. It is like luajit ffi, and allows us to use constants from the C library.