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

Commit 949d787

Browse files
author
Matthias Koeppe
committed
src/sage/__init__.py: Remove __version__
1 parent 91ec0f2 commit 949d787

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sage/__init__.py

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# It will be removed soon in order to turn 'sage' into a native namespace package.
33
# See https://trac.sagemath.org/ticket/29705
44

5-
# Set sage.__version__ to the current version number. This is analogous
6-
# to many other Python packages.
7-
from sage.version import version as __version__
8-
95
import sys
106
# Make sure that the correct zlib library is loaded. This is needed
117
# to prevent the system zlib to be loaded instead of the Sage one.

0 commit comments

Comments
 (0)