This commit is contained in:
Kload 2013-07-07 11:30:21 +02:00
parent 87402bffb6
commit d6387c6880

View file

@ -29,6 +29,7 @@ import yaml
import re import re
import getpass import getpass
import subprocess import subprocess
import requests
from yunohost import YunoHostError, YunoHostLDAP, validate, colorize, get_required_args, win_msg from yunohost import YunoHostError, YunoHostLDAP, validate, colorize, get_required_args, win_msg
from yunohost_domain import domain_add from yunohost_domain import domain_add
from yunohost_dyndns import dyndns_subscribe from yunohost_dyndns import dyndns_subscribe