summaryrefslogtreecommitdiff
path: root/tools/cargo_package.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cargo_package.py')
-rwxr-xr-xtools/cargo_package.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/cargo_package.py b/tools/cargo_package.py
index 7696681e7..29f5e7fb5 100755
--- a/tools/cargo_package.py
+++ b/tools/cargo_package.py
@@ -15,8 +15,7 @@ import errno
from shutil import copytree, ignore_patterns, copyfile
from tempfile import mkdtemp
from string import Template
-from util import root_path
-from util import run
+from util import root_path, run
if sys.platform == "linux2":
llvm_target = "x86_64-unknown-linux-gnu"