diff options
| author | 2025-01-04 22:38:23 +0800 | |
|---|---|---|
| committer | 2025-01-04 22:38:23 +0800 | |
| commit | c990518cb533a793399e44edbb4bc036342c7175 (patch) | |
| tree | 8e2bd0f833b803a73dea7d88e7c294cf3d078d4d /tests | |
| parent | bc57c1410c08323ba37114082d0fe609fafc2c5d (diff) | |
| download | HydroRollCore-c990518cb533a793399e44edbb4bc036342c7175.tar.gz HydroRollCore-c990518cb533a793399e44edbb4bc036342c7175.zip | |
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_corelib.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_corelib.py b/tests/test_corelib.py index 64b11ce..5f9afbb 100644 --- a/tests/test_corelib.py +++ b/tests/test_corelib.py @@ -1,6 +1,6 @@ -from hrc import LibCore +from hrc import _core -cb = LibCore +cb = _core def main(): |
