mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update yunohost_tools.py
Add import subprocess
This commit is contained in:
parent
6d49e5ffcf
commit
2604a2457f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ import getpass
|
||||||
import subprocess
|
import subprocess
|
||||||
import requests
|
import requests
|
||||||
import json
|
import json
|
||||||
|
from subprocess import Popen, PIPE
|
||||||
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, domain_list
|
from yunohost_domain import domain_add, domain_list
|
||||||
from yunohost_dyndns import dyndns_subscribe
|
from yunohost_dyndns import dyndns_subscribe
|
||||||
|
|
Loading…
Add table
Reference in a new issue