1
0
mirror of https://github.com/gryf/mkinitramfs.git synced 2025-12-19 04:20:19 +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 Python2/3 compatible initrd generatin script
""" """
import argparse import argparse
import tempfile import json
import os import os
import shutil import shutil
import subprocess import subprocess
import json
import sys import sys
import tempfile
XDG_CONFIG_HOME = os.getenv('XDG_CONFIG_HOME', os.path.expanduser('~/.config')) XDG_CONFIG_HOME = os.getenv('XDG_CONFIG_HOME', os.path.expanduser('~/.config'))