1
0
mirror of https://github.com/gryf/mkinitramfs.git synced 2025-12-18 12:00:21 +01:00

Sorted imports

This commit is contained in:
2021-04-14 18:11:27 +02:00
parent a2bfa1331b
commit add1225a28

View File

@@ -3,12 +3,12 @@
Python2/3 compatible initrd generatin script
"""
import argparse
import tempfile
import json
import os
import shutil
import subprocess
import json
import sys
import tempfile
XDG_CONFIG_HOME = os.getenv('XDG_CONFIG_HOME', os.path.expanduser('~/.config'))