Update syntax_match.py
Browse files- syntax_match.py +1 -1
syntax_match.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Copyright (c) Microsoft Corporation.
|
2 |
# Licensed under the MIT license.
|
3 |
|
4 |
-
from parser.DFG import DFG_python,DFG_java,DFG_ruby,DFG_go,DFG_php,DFG_javascript,DFG_csharp
|
5 |
from parser import (remove_comments_and_docstrings,
|
6 |
tree_to_token_index,
|
7 |
index_to_code_token,
|
|
|
1 |
# Copyright (c) Microsoft Corporation.
|
2 |
# Licensed under the MIT license.
|
3 |
|
4 |
+
from .parser.DFG import DFG_python,DFG_java,DFG_ruby,DFG_go,DFG_php,DFG_javascript,DFG_csharp
|
5 |
from parser import (remove_comments_and_docstrings,
|
6 |
tree_to_token_index,
|
7 |
index_to_code_token,
|