Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/__init__.py: Remove __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 8, 2021
1 parent a3bd572 commit 91ec0f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
__all__ = ['all']
# Do not add anything to this file.
# It will be removed soon in order to turn 'sage' into a native namespace package.
# See https://trac.sagemath.org/ticket/29705

# Set sage.__version__ to the current version number. This is analogous
# to many other Python packages.
Expand Down

0 comments on commit 91ec0f2

Please sign in to comment.