Update yunohost_tools.py

Add import subprocess
This commit is contained in:
abeudin 2014-03-13 20:57:04 +01:00
parent 6d49e5ffcf
commit 2604a2457f

View file

@ -31,6 +31,7 @@ import getpass
import subprocess
import requests
import json
from subprocess import Popen, PIPE
from yunohost import YunoHostError, YunoHostLDAP, validate, colorize, get_required_args, win_msg
from yunohost_domain import domain_add, domain_list
from yunohost_dyndns import dyndns_subscribe