8167:cdc1b6692766 | 8168:bdb0258faf42 |
---|---|
15 from collections import defaultdict | 15 from collections import defaultdict |
16 import tokenize | 16 import tokenize |
17 | 17 |
18 import AstUtilities | 18 import AstUtilities |
19 | 19 |
20 from eradicate import Eradicator | 20 from .eradicate import Eradicator |
21 | 21 |
22 from .MiscellaneousDefaults import MiscellaneousCheckerDefaultArgs | 22 from .MiscellaneousDefaults import MiscellaneousCheckerDefaultArgs |
23 | 23 |
24 | 24 |
25 def composeCallPath(node): | 25 def composeCallPath(node): |