Chromium Code Reviews| 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__': |