gpio.c: Fix python3 builds, PyString_AsString not avail
authorBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 27 Oct 2015 11:38:20 +0000 (11:38 +0000)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 27 Oct 2015 11:38:21 +0000 (11:38 +0000)
commit083606790061d4c8c70c66007439410ce30de063
treea0c1b888cf222666ce249f1400cbf7378e34cd7b
parentc89b04eb1931dfabc2cf4bf42034fd015fce76ab
gpio.c: Fix python3 builds, PyString_AsString not avail

Previous commit to add debugging cause python3 builds to fail because
PyString_AsString is not available on python3 since all strings are uft8

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
src/gpio/gpio.c