Add conversion function for handling python unicode -> string issues
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 23 Oct 2009 18:07:10 +0000 (21:07 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 23 Oct 2009 18:07:10 +0000 (21:07 +0300)
commite13a476fc94509cb6f3d159e6135b48fdafcdf78
tree6134983ec34da30f3f830fea0b3726d7a0c1989f
parentb457e2200bd41b0c7420e32d5c9ed5a10b082922
Add conversion function for handling python unicode -> string issues
- In Python 3 everything is unicode, forcing each and every caller to
  convert manually is a bit much.
python/header-py.c
python/header-py.h