We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c708f commit a624bdfCopy full SHA for a624bdf
labgridhelper/linux.py
@@ -1,9 +1,9 @@
1
-from labgrid.protocol import CommandProtocol
2
-from labgrid.driver import ExecutionError
3
-
4
import json
5
import re
6
+from labgrid.protocol import CommandProtocol
+from labgrid.driver import ExecutionError
+
7
def get_systemd_version(command):
8
"""Returns systemd version retrieved by parsing output of `systemd --version`
9
0 commit comments