mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] style
This commit is contained in:
parent
d441290b2f
commit
062ceff612
1 changed files with 3 additions and 3 deletions
|
@ -24,13 +24,13 @@
|
|||
Manage users
|
||||
"""
|
||||
import os
|
||||
import re
|
||||
import json
|
||||
import errno
|
||||
import crypt
|
||||
import random
|
||||
import string
|
||||
import json
|
||||
import errno
|
||||
import subprocess
|
||||
import re
|
||||
|
||||
from moulinette import m18n
|
||||
from moulinette.core import MoulinetteError
|
||||
|
|
Loading…
Add table
Reference in a new issue