Closed ZacDiggum closed 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?
from this import that
from .this import that
Yes, please do!
I see @vascotenner already did all the work a couple of hours ago. :) Thanks, I'll close this issue.
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
tofrom .this import that
See also this post on stackoverflow. Should I make a PR?