Skip to content

Commit

Permalink
move add_cime_to_path import
Browse files Browse the repository at this point in the history
  • Loading branch information
adrifoster committed Nov 28, 2023
1 parent 20fe922 commit 18c2a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ctsm/site_and_regional/run_neon.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
_CTSM_PYTHON = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "python"))
sys.path.insert(1, _CTSM_PYTHON)

from ctsm import add_cime_to_path

from CIME import build
from CIME.case import Case
from CIME.utils import safe_copy, expect, symlink_force
Expand All @@ -74,8 +76,6 @@
from ctsm.utils import parse_isoduration
from ctsm.download_utils import download_file

from ctsm import add_cime_to_path

from standard_script_setup import *

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 18c2a50

Please sign in to comment.