morefigs / py-ic-imaging-control

Python wrapper for the IC Imaging Control SDK from The Imaging Source (TIS)
MIT License
33 stars 22 forks source link

import statements and python 3 compatibility #12

Closed ZacDiggum closed 7 years ago

ZacDiggum commented 7 years ago

Hi there,

I'm using python 3.5 and I had to change all the import statements like this to make pyicic working: from this import that to from .this import that See also this post on stackoverflow. Should I make a PR?

morefigs commented 7 years ago

Yes, please do!

ZacDiggum commented 7 years ago

I see @vascotenner already did all the work a couple of hours ago. :) Thanks, I'll close this issue.