File tree Expand file tree Collapse file tree
exporters/sundials/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ """Private installation helper functions for AMICI."""
Original file line number Diff line number Diff line change 1212from setuptools .command .install_lib import install_lib
1313from setuptools .command .sdist import sdist
1414
15- from amici .swig import fix_typehints
15+ from amici ._installation . swig import fix_typehints
1616
1717
1818class AmiciInstall (install ):
File renamed without changes.
Original file line number Diff line number Diff line change 66from pathlib import Path
77
88from amici import _get_amici_path
9- from amici .custom_commands import AmiciBuildCMakeExtension
9+ from amici ._installation . custom_commands import AmiciBuildCMakeExtension
1010from cmake_build_extension import CMakeExtension
1111from setuptools import find_namespace_packages , setup
1212
Original file line number Diff line number Diff line change 2222# package already for installation
2323sys .path .insert (0 , os .path .dirname (__file__ ))
2424
25- from amici .custom_commands import (
25+ from amici ._installation . custom_commands import (
2626 AmiciBuildCMakeExtension ,
2727 AmiciBuildPy ,
2828 AmiciDevelop ,
You can’t perform that action at this time.
0 commit comments