mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
tools: pylint analyze-dump-sort.py
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user