jbaiter / gphoto2-cffi

Python bindings for libgphoto2 with an idiomatic API
GNU Lesser General Public License v3.0
38 stars 17 forks source link

add namespace for _backend #10

Closed thijstriemstra closed 8 years ago

thijstriemstra commented 8 years ago

currently the _backend.c module is exposed as _backend (e.g. import _backend) but can it be exported as gphoto2_cffi._backend or something, to prevent clashes with other modules? I have many other c-extensions in my project and this one is the only without a prefix.