morefigs / pymba

Python wrapper for Allied Vision's Vimba C API
MIT License
105 stars 84 forks source link

Changed the import of vimbastructure #52

Closed CrocodileDandy closed 7 years ago

CrocodileDandy commented 7 years ago

I changed the way vimbastructure is imported to guarantee that a relative import is performed within the package. It allows to use the package portably (without running setup.py) or when it's stored on a distant server with a bunch of other packages.

Sorry for the delay, I understood I tried to push to morefigs/pymba and wondered why I couldn't ...

morefigs commented 7 years ago

Thanks :)

CrocodileDandy commented 7 years ago

You're welcome. Thanks to you.