bindings/python: Unify Python 2 and 3 bindings
commitffe4fc48d12f63ae921e95994dedafb2cdf50b04
authorAlberto Bertogli <albertito@blitiri.com.ar>
Mon, 26 Apr 2010 18:22:50 +0000 (26 15:22 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Mon, 26 Apr 2010 19:04:54 +0000 (26 16:04 -0300)
treedf472a06961281711cc3ac26bcefb7e4e930df6f
parent69ac3b2861a62b2448cd98f2238ebb4b447cd574
bindings/python: Unify Python 2 and 3 bindings

The differences among both bindings are really not worth the trouble of
having the two versions apart.

This patch unifies both into a single binding, that can be built and
installed using either version.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
.gitignore
LICENSE
Makefile
bindings/python/nmdb.py
bindings/python/nmdb_ll.c
bindings/python/setup.py
bindings/python3/LICENSE [deleted file]
bindings/python3/nmdb.py [deleted file]
bindings/python3/nmdb_ll.c [deleted file]
bindings/python3/setup.py [deleted file]