Skip to content
Snippets Groups Projects
Commit 7ce08c42 authored by Orion Poplawski's avatar Orion Poplawski
Browse files

Remove last two remaining from external imports

parent 30e8e77f
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
import re
import shutil
from external import argparse
import argparse
import llnl.util.tty as tty
from llnl.util.filesystem import join_path, mkdirp
......
......@@ -30,7 +30,7 @@
import re
import traceback
from bisect import bisect_left
from external import yaml
import yaml
import llnl.util.tty as tty
from llnl.util.filesystem import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment