-
-
Notifications
You must be signed in to change notification settings - Fork 60
Fix/repo relative imports #113
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
Conversation
|
@mattem @alexeagle PTAL. |
|
I'm still not sure on making this implicit, and would rather it be explicitly added to a rules |
Well, that's how official Bazel rules behave. FWIW, in a monorepo setting folks typically import their Python modules in a repo-relative fashion. And, from what I know, that works out of the box with the official rules. @mattem PTAL. |
|
@mattem friendly ping. PTAL when you have time. |
1 similar comment
|
@mattem friendly ping. PTAL when you have time. |
Fixes #94 . The extra import path is routed via the .pth file.