Skip to content

Commit

Permalink
Updated imports to use explicit import (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu63 authored May 18, 2020
1 parent f95b3ec commit 3b76ac2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/cgns_utils
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import shutil
import tempfile
import argparse
import numpy
import libcgns_utils
import time
os.sys.path.append(os.path.dirname(os.path.abspath('.')))
from cgns_utils import *
Expand Down
2 changes: 1 addition & 1 deletion bin/cgns_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import tempfile
import argparse
import numpy
import libcgns_utils
from cgnsutilities.bin import libcgns_utils
import time

# These are taken from the CGNS include file (cgnslib_f.h in your cgns library folder)
Expand Down

0 comments on commit 3b76ac2

Please sign in to comment.