Remove last two remaining from external imports

This commit is contained in:
Orion Poplawski 2016-06-08 13:51:31 -06:00
parent 30e8e77fb6
commit 7ce08c4216
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 *