[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