mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
tools: pylint analyze-dump-sort.py
This commit is contained in:
parent
ca15b59f1f
commit
e7ecc24eda
@ -13,8 +13,9 @@ tools/analyze-dump-sort.py /var/tmp/{dump1,dump2} → this does a diff from dump
|
||||
"""
|
||||
|
||||
import argparse
|
||||
import tempfile
|
||||
import subprocess
|
||||
import tempfile
|
||||
|
||||
|
||||
def sort_dump(sourcefile, destfile=None):
|
||||
if destfile is None:
|
||||
|
Loading…
Reference in New Issue
Block a user