Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bindings/pyroot/pythonizations/python/ROOT/_facade.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def __init__(self, module, is_ipython):
self.__all__ = module.__all__
self.__name__ = module.__name__
self.__file__ = module.__file__
self.__cached__ = module.__cached__
self.__spec__ = module.__spec__
self.__path__ = module.__path__
self.__doc__ = module.__doc__
self.__package__ = module.__package__
Expand Down
Loading