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, 1 insertions, 5 deletions
diff --git a/tools/idl_parser/idl_lexer_test.py b/tools/idl_parser/idl_lexer_test.py index cba4e48..8b20da8 100755 --- a/tools/idl_parser/idl_lexer_test.py +++ b/tools/idl_parser/idl_lexer_test.py @@ -3,10 +3,6 @@ # 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 @@ -100,4 +96,4 @@ class PepperIDLLexer(WebIDLLexer): if __name__ == '__main__': - unittest.main()
\ No newline at end of file + unittest.main() |