Skip to content

Commit e46811e

Browse files
authored
Removed WallGo from module names (#319)
1 parent a27316b commit e46811e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/WallGo/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
from .hydrodynamics import Hydrodynamics
2020
from .hydrodynamicsTemplateModel import HydrodynamicsTemplateModel
2121
from .interpolatableFunction import InterpolatableFunction, EExtrapolationType
22+
from .manager import WallGoManager, WallSolverSettings
2223
from .particle import Particle
2324
from .polynomial import Polynomial
2425
from .thermodynamics import Thermodynamics
2526
from .equationOfMotion import EOM
2627
from .results import WallGoResults
27-
from .wallGoManager import WallGoManager, WallSolverSettings
28+
from .utils import getSafePathToResource
2829

2930
from .config import Config
30-
from .WallGoUtils import getSafePathToResource
3131

3232

3333
global _bCollisionModuleAvailable # pylint: disable=invalid-name
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)