Skip to content

Commit

Permalink
Fix import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Nov 22, 2024
1 parent 6f7ddec commit 057bdc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/scripts/cfileutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
## ##
################################################################################

import NCDistTests.enable_fpe # noqa F401
from NCDistTests.loadlib import Lib
from NCDistTests.common import ( work_in_tmpdir,
import NCTestUtils.enable_fpe # noqa F401
from NCTestUtils.loadlib import Lib
from NCTestUtils.common import ( work_in_tmpdir,
explicit_unicode_str,
is_windows )
import pathlib
Expand Down

0 comments on commit 057bdc5

Please sign in to comment.