mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
minidlna: cosmetic: isort fixes
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
3c85846fa2
commit
d44283d9ba
@ -4,12 +4,13 @@
|
|||||||
Configuration actions for the minidlna server.
|
Configuration actions for the minidlna server.
|
||||||
"""
|
"""
|
||||||
import argparse
|
import argparse
|
||||||
from tempfile import mkstemp
|
|
||||||
from shutil import move
|
|
||||||
import subprocess
|
import subprocess
|
||||||
from os import fdopen, remove, chmod, stat
|
from os import chmod, fdopen, remove, stat
|
||||||
|
from shutil import move
|
||||||
|
from tempfile import mkstemp
|
||||||
|
|
||||||
import augeas
|
import augeas
|
||||||
|
|
||||||
from plinth import action_utils
|
from plinth import action_utils
|
||||||
from plinth.utils import grep
|
from plinth.utils import grep
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user