|
1 | 1 | import ast
|
2 | 2 |
|
3 |
| -from noob.library import nearest_node_from_offset,sorted_by_source_region,get_source_region,node_from_range,make_flat |
4 |
| -from noob.library.info import identity,get_argument_from_call, make_information ,correspond_to_index_in_call |
| 3 | +from PythonVoiceCodingPlugin.library import nearest_node_from_offset,sorted_by_source_region,get_source_region,node_from_range,make_flat |
| 4 | +from PythonVoiceCodingPlugin.library.info import identity,get_argument_from_call, make_information ,correspond_to_index_in_call |
5 | 5 | import noob.library.info as info
|
6 |
| -from noob.library.LCA import LCA |
7 |
| -from noob.library.level_info import LevelVisitor |
8 |
| -from noob.library.partial import partially_parse, line_partial |
9 |
| -from noob.library.traverse import search_upwards,search_upwards_log, find_matching,match_node, find_all_nodes,search_upwards_for_parent |
10 |
| - |
11 |
| -from noob.queries.abstract import SelectionQuery |
12 |
| -from noob.queries.tiebreak import tiebreak_on_lca |
13 |
| -from noob.queries.strategies import adjective_strategy,decode_abstract_vertical,translate_adjective,obtain_result |
| 6 | +from PythonVoiceCodingPlugin.library.LCA import LCA |
| 7 | +from PythonVoiceCodingPlugin.library.level_info import LevelVisitor |
| 8 | +from PythonVoiceCodingPlugin.library.partial import partially_parse, line_partial |
| 9 | +from PythonVoiceCodingPlugin.library.traverse import search_upwards,search_upwards_log, find_matching,match_node, find_all_nodes,search_upwards_for_parent |
| 10 | + |
| 11 | +from PythonVoiceCodingPlugin.queries.abstract import SelectionQuery |
| 12 | +from PythonVoiceCodingPlugin.queries.tiebreak import tiebreak_on_lca |
| 13 | +from PythonVoiceCodingPlugin.queries.strategies import adjective_strategy,decode_abstract_vertical,translate_adjective,obtain_result |
14 | 14 |
|
15 | 15 | #
|
16 | 16 | # a lot of this code needs rewriting at some point
|
|
0 commit comments