mirror of
https://github.com/gryf/mkinitramfs.git
synced 2025-12-18 12:00:21 +01:00
Sorted imports
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user