mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] put import at top of the file
This commit is contained in:
parent
739369a248
commit
30bc046e1a
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,8 @@ import yaml
|
|||
import errno
|
||||
from urllib import urlopen
|
||||
|
||||
import requests
|
||||
|
||||
from moulinette.core import MoulinetteError
|
||||
|
||||
|
||||
|
@ -87,7 +89,6 @@ def domain_add(auth, domain, dyndns=False):
|
|||
if dyndns:
|
||||
if len(domain.split('.')) < 3:
|
||||
raise MoulinetteError(errno.EINVAL, m18n.n('domain_dyndns_invalid'))
|
||||
import requests
|
||||
from yunohost.dyndns import dyndns_subscribe
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue