mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
tools: pylint dbus_exporter.py
This commit is contained in:
parent
f56accb6ef
commit
8b1932cf2d
@ -2,7 +2,8 @@
|
|||||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from subprocess import run, PIPE
|
from subprocess import PIPE, run
|
||||||
|
|
||||||
|
|
||||||
def extract_interfaces_xml(output_dir, executable):
|
def extract_interfaces_xml(output_dir, executable):
|
||||||
proc = run(
|
proc = run(
|
||||||
|
Loading…
Reference in New Issue
Block a user