mirror of
https://github.com/SELinuxProject/selinux
synced 2025-04-04 23:49:19 +00:00
python/semanage: Sort imports in alphabetical order
Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
This commit is contained in:
parent
92e01969d0
commit
b15dff0feb
@ -23,11 +23,13 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
import traceback
|
|
||||||
import argparse
|
import argparse
|
||||||
|
import os
|
||||||
|
import re
|
||||||
import seobject
|
import seobject
|
||||||
import sys
|
import sys
|
||||||
import os
|
import traceback
|
||||||
|
|
||||||
PROGNAME = "policycoreutils"
|
PROGNAME = "policycoreutils"
|
||||||
try:
|
try:
|
||||||
import gettext
|
import gettext
|
||||||
@ -798,8 +800,6 @@ def setupExportParser(subparsers):
|
|||||||
exportParser.add_argument('-f', '--output_file', dest='output_file', action=SetExportFile, help=_('Output file'))
|
exportParser.add_argument('-f', '--output_file', dest='output_file', action=SetExportFile, help=_('Output file'))
|
||||||
exportParser.set_defaults(func=handleExport)
|
exportParser.set_defaults(func=handleExport)
|
||||||
|
|
||||||
import re
|
|
||||||
|
|
||||||
|
|
||||||
def mkargv(line):
|
def mkargv(line):
|
||||||
dquote = "\""
|
dquote = "\""
|
||||||
|
Loading…
Reference in New Issue
Block a user