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

Commit

Permalink
src/sage_setup/find.py: Update import of is_package_or_namespace_pack…
Browse files Browse the repository at this point in the history
…age_dir
  • Loading branch information
mkoeppe committed Dec 17, 2021
1 parent 2f6d473 commit cf7371f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage_setup/find.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from collections import defaultdict

from sage.misc.namespace_package import is_package_or_sage_namespace_package_dir as is_package_or_namespace_package_dir
from sage.misc.package_dir import is_package_or_sage_namespace_package_dir as is_package_or_namespace_package_dir


def read_distribution(src_file):
Expand Down

0 comments on commit cf7371f

Please sign in to comment.