Merge pull request #1030 from opoplawski/external

Remove last two remaining from external imports
This commit is contained in:
Todd Gamblin
2016-06-26 22:41:58 -07:00
committed by GitHub
3 changed files with 3 additions and 3 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 *