-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.14.2 from PYPI has worse 'import' lines #2014
Comments
I assume you mean Sorry for the inconvenience. PR #1830 (which fixed #1808) is where the change to the complex You're trying to use this inside https://github.com/CudaText-addons/cuda_fmt_css_format ? |
I am trying to copy module folder to plugin directory. "complex imports" don't work there. |
I am suggesting to try it on your end: change imports to relative imports.
this way is will work. |
@Alexey-T This is change that will benefit you by simplifying updating your local copy of the project. As I said, you're welcome to try fixing this and I'll be happy to look a PR. I'm sorry I can't do more, but I personally don't time to work this problem. |
I used version 1.0.0 which had simple imports:
Now I got version 1.4.2 from PYPI and see it has changed imports like this:
This now does not work if I put the module to CudaText plugin:
Maybe you can change 'import' lines to usual ones? like this
Plugin code -- https://github.com/CudaText-addons/cuda_fmt_css_format
The text was updated successfully, but these errors were encountered: