summaryrefslogtreecommitdiff
path: root/chromium/tools/idl_parser/idl_lexer_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/idl_parser/idl_lexer_test.py')
-rwxr-xr-xchromium/tools/idl_parser/idl_lexer_test.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium/tools/idl_parser/idl_lexer_test.py b/chromium/tools/idl_parser/idl_lexer_test.py
index 8b20da85fbd..cba4e482bee 100755
--- a/chromium/tools/idl_parser/idl_lexer_test.py
+++ b/chromium/tools/idl_parser/idl_lexer_test.py
@@ -3,6 +3,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import json
+import optparse
+import os
+import sys
import unittest
from idl_lexer import IDLLexer
@@ -96,4 +100,4 @@ class PepperIDLLexer(WebIDLLexer):
if __name__ == '__main__':
- unittest.main()
+ unittest.main() \ No newline at end of file