96:18449ef59384 | 97:6ec0844dafe7 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the cyclomatic complexity service. | 7 Module implementing the cyclomatic complexity service. |
8 """ | 8 """ |
9 | 9 |
10 import multiprocessing | |
10 import queue | 11 import queue |
11 import multiprocessing | |
12 | 12 |
13 from vulture import Vulture | 13 from vulture import Vulture |
14 | 14 |
15 | 15 |
16 def initService(): | 16 def initService(): |