Fix up patch
This commit is contained in:
parent
14f807a094
commit
67e7928a28
@ -52,31 +52,3 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.13 --exclude=gui --exclude=po
|
||||
valid_option["translation"] = []
|
||||
valid_option["translation"] += valid_everyone + [ '-T', '--trans' ]
|
||||
valid_option["boolean"] = []
|
||||
@@ -136,15 +136,15 @@
|
||||
roles = ""
|
||||
seuser = ""
|
||||
prefix = "user"
|
||||
- heading = True
|
||||
- value = None
|
||||
+ heading=1
|
||||
+ value = None
|
||||
add = False
|
||||
modify = False
|
||||
delete = False
|
||||
deleteall = False
|
||||
list = False
|
||||
locallist = False
|
||||
- use_file = False
|
||||
+ use_file = False
|
||||
store = ""
|
||||
if len(sys.argv) < 3:
|
||||
usage(_("Requires 2 or more arguments"))
|
||||
@@ -208,7 +208,7 @@
|
||||
usage()
|
||||
|
||||
if o == "-n" or o == "--noheading":
|
||||
- heading = False
|
||||
+ heading=0
|
||||
|
||||
if o == "-C" or o == "--locallist":
|
||||
locallist = True
|
||||
|
Loading…
Reference in New Issue
Block a user