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