| Index: third_party/closure_compiler/compiler_test.py
|
| diff --git a/third_party/closure_compiler/compiler_test.py b/third_party/closure_compiler/compiler_test.py
|
| index 9da4d115c8c2e83b5a7d68f0549d7b0d005f6af2..6aa6c2f085024da9d464a6169d33b31843e847c6 100755
|
| --- a/third_party/closure_compiler/compiler_test.py
|
| +++ b/third_party/closure_compiler/compiler_test.py
|
| @@ -11,7 +11,6 @@ import unittest
|
| from compile import Checker
|
| from processor import FileCache, Processor
|
|
|
| -
|
| _SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
|
| _SRC_DIR = os.path.join(_SCRIPT_DIR, os.pardir, os.pardir)
|
| _RESOURCES_DIR = os.path.join(_SRC_DIR, "ui", "webui", "resources", "js")
|
|
|