diff options
Diffstat (limited to 'tools/idl_parser/idl_lexer_test.py')
-rwxr-xr-x | tools/idl_parser/idl_lexer_test.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/idl_parser/idl_lexer_test.py b/tools/idl_parser/idl_lexer_test.py index 8b20da8..cba4e48 100755 --- a/tools/idl_parser/idl_lexer_test.py +++ b/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 |