Hacker News new | ask | show | jobs
by reinhardt 611 days ago
That's not a problem, let alone the biggest one. You should just use relative imports explicitly.
1 comments

It is a problem because stdlib does not use relative imports for other stdlib modules, and neither do most third-party packages, which then breaks you regardless of what you do in your code.