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

Unified Diff: pydir/llvm2iceinsts.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 | « pydir/crosstest.py ('k') | pydir/szdiff.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pydir/llvm2iceinsts.py
diff --git a/llvm2iceinsts.py b/pydir/llvm2iceinsts.py
similarity index 97%
rename from llvm2iceinsts.py
rename to pydir/llvm2iceinsts.py
index 29ddd145fa7d526d0c2fc4ef6de53474a0c7a1e9..9861242d33b1f35e25800c2d1be254b77e08477a 100755
--- a/llvm2iceinsts.py
+++ b/pydir/llvm2iceinsts.py
@@ -7,8 +7,6 @@ import re
import subprocess
import sys
-sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'pydir'))
-
from utils import shellcmd
if __name__ == '__main__':
« no previous file with comments | « pydir/crosstest.py ('k') | pydir/szdiff.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698