diff options
Diffstat (limited to 'chromium/third_party/jstemplate/compile.py')
-rwxr-xr-x | chromium/third_party/jstemplate/compile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/jstemplate/compile.py b/chromium/third_party/jstemplate/compile.py index 9aef59627ec..26fc9288292 100755 --- a/chromium/third_party/jstemplate/compile.py +++ b/chromium/third_party/jstemplate/compile.py @@ -6,6 +6,7 @@ """Combines the javascript files needed by jstemplate into a single file.""" import httplib +import sys import urllib |