1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00

[fix] Remove import subprocess

This commit is contained in:
Adrien Beudin 2015-04-09 17:44:53 +00:00
parent 4372fe5fe9
commit 236a3306c5

View file

@ -34,7 +34,6 @@ import os.path
import errno
import os
import cPickle as pickle
from subprocess import Popen, PIPE
from urllib import urlopen
from datetime import datetime, timedelta