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

Unified Diff: pydir/crosstest.py

Issue 554013002: Subzero: Move python scripts into a common pydir. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 6 years, 3 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 | « llvm2iceinsts.py ('k') | pydir/llvm2iceinsts.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pydir/crosstest.py
diff --git a/crosstest/crosstest.py b/pydir/crosstest.py
similarity index 99%
rename from crosstest/crosstest.py
rename to pydir/crosstest.py
index 432cb9d552192443fc8ad1be3af92ea8970bb25b..2df00f14eb01d8d1dbf04c6a3fb0775c3b48cfb0 100755
--- a/crosstest/crosstest.py
+++ b/pydir/crosstest.py
@@ -7,7 +7,6 @@ import subprocess
import sys
import tempfile
-sys.path.insert(0, '../pydir')
from utils import shellcmd
from utils import FindBaseNaCl
« no previous file with comments | « llvm2iceinsts.py ('k') | pydir/llvm2iceinsts.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698