-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PyROOT] Actively wildcard imports from ROOT and its submodules
With this commit, the user will get an `ImportError` when trying to do `from ROOT import *` or for example `from ROOT.RooFit import *`. Before this commit, such commands were succeeding but without actually importing anything, which might me confusing to the user because the expect that everything from ROOT gets imported.
- Loading branch information
1 parent
e46c662
commit a107e37
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters