| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Thanks, but my original objection still stands: If somebody introduces a new import at the top of the file and "forgets" to modify __dir__ we have a problem. And that problem would be worse in this PR which explicitly couples __dir__ to star imports. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
cc @danielhollas
I agree that removing 'sys' in __dir__ is fragile, but we can now move the import to the main() function, which I missed initially.
A