Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: abp_rewrite.py

Issue 29350244: Issue 4374 - Made Python code part of jshydra comply with our coding practices (Closed)
Patch Set: Created Aug. 28, 2016, 10:42 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | autotest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: abp_rewrite.py
===================================================================
--- a/abp_rewrite.py
+++ b/abp_rewrite.py
@@ -11,7 +11,7 @@
def rewrite_js(args, script=None):
- jsshell = utils.ensureJSShell()
+ jsshell = utils.ensure_jsshell()
env = {'LD_LIBRARY_PATH': os.path.relpath(os.path.dirname(jsshell))}
base_dir = os.path.dirname(__file__)
« no previous file with comments | « no previous file | autotest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld