Show More
@@ -20,7 +20,6 b' pygit2==0.28.2' | |||||
20 | repoze.lru==0.7 |
|
20 | repoze.lru==0.7 | |
21 | redis==3.4.1 |
|
21 | redis==3.4.1 | |
22 | simplejson==3.16.0 |
|
22 | simplejson==3.16.0 | |
23 | subprocess32==3.5.4 |
|
|||
24 | subvertpy==0.10.1 |
|
23 | subvertpy==0.10.1 | |
25 |
|
24 | |||
26 | six==1.11.0 |
|
25 | six==1.11.0 |
@@ -24,7 +24,7 b' If not, see <http://www.gnu.org/licenses' | |||||
24 | """ |
|
24 | """ | |
25 | import os |
|
25 | import os | |
26 | import logging |
|
26 | import logging | |
27 |
import |
|
27 | import subprocess | |
28 | from collections import deque |
|
28 | from collections import deque | |
29 | from threading import Event, Thread |
|
29 | from threading import Event, Thread | |
30 |
|
30 |
General Comments 0
You need to be logged in to leave comments.
Login now