mirror of
https://github.com/SELinuxProject/selinux
synced 2025-04-01 23:08:09 +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 os
|
||||
import re
|
||||
import seobject
|
||||
import sys
|
||||
import os
|
||||
import traceback
|
||||
|
||||
PROGNAME = "policycoreutils"
|
||||
try:
|
||||
import gettext
|
||||
@ -798,8 +800,6 @@ def setupExportParser(subparsers):
|
||||
exportParser.add_argument('-f', '--output_file', dest='output_file', action=SetExportFile, help=_('Output file'))
|
||||
exportParser.set_defaults(func=handleExport)
|
||||
|
||||
import re
|
||||
|
||||
|
||||
def mkargv(line):
|
||||
dquote = "\""
|
||||
|
Loading…
Reference in New Issue
Block a user