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