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

Commit

Permalink
pkgs/sage-legacy-install-cleaner/setup.py: Update import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 12, 2022
1 parent 8bfdaee commit edd0ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/sage-legacy-install-cleaner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# TODO: This should be quiet by default
print("Discovering Python/Cython source code....")
t = time.time()
from sage_setup.optional_extension import is_package_installed_and_updated
from sage.misc.package import is_package_installed_and_updated
distributions = ['']
optional_packages_with_extensions = ['mcqd', 'bliss', 'tdlib',
'coxeter3', 'fes', 'sirocco', 'meataxe']
Expand Down

0 comments on commit edd0ea1

Please sign in to comment.