Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: tools/clean_output_directory.py

Issue 1222793010: Add missing import to utility python script (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clean_output_directory.py
diff --git a/tools/clean_output_directory.py b/tools/clean_output_directory.py
index e41671c4d336c24f933407f7bb060983ac22a22a..79df929e4c9a0000771572dba6b8479157235e65 100755
--- a/tools/clean_output_directory.py
+++ b/tools/clean_output_directory.py
@@ -7,6 +7,7 @@
import shutil
import sys
+import subprocess
import utils
def Main():
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698