Skip to content

Commit

Permalink
Merge branch 'main' into fischer/python_LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
fischer-ncar authored Jun 30, 2021
2 parents 9d49ed5 + 2a76880 commit 1ddbcc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildlib.csm_share
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env python3
import sys,os
cimeroot = os.getenv("CIMEROOT")
sys.path.append(os.path.join(cimeroot,"scripts","Tools"))

from standard_script_setup import *
from CIME.utils import copyifnewer, run_bld_cmd_ensure_logging, expect, symlink_force
from CIME.case import Case
Expand Down

0 comments on commit 1ddbcc4

Please sign in to comment.