mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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.
|
||||
"""
|
||||
import argparse
|
||||
from tempfile import mkstemp
|
||||
from shutil import move
|
||||
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
|
||||
|
||||
from plinth import action_utils
|
||||
from plinth.utils import grep
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user