Mageia Bugzilla – Attachment 6885 Details for
Bug 16524
Adapting msec to python 3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
python3 fix
0003-python3-fix.patch (text/plain), 609 bytes, created by
Thierry Vignaud
on 2015-08-02 19:31:54 CEST
(
hide
)
Description:
python3 fix
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-08-02 19:31:54 CEST
Size:
609 bytes
patch
obsolete
>From 74138ba7e3ea6d41b18761f72a222089ead5773e Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Sun, 9 Feb 2014 20:01:48 +0100 >Subject: [PATCH 3/4] python3 fix > >--- > src/msec/man.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/src/msec/man.py b/src/msec/man.py >index d3983b5..b61074f 100755 >--- a/src/msec/man.py >+++ b/src/msec/man.py >@@ -21,7 +21,7 @@ try: > except: > version = "(development version)" > >-header = '''.ds q \N'34' >+header = b'''.ds q \N'34' > .TH msec 8 msec "Mandriva Linux" > .SH NAME > msec \- Mandriva Linux security tools >-- >2.4.5 >
From 74138ba7e3ea6d41b18761f72a222089ead5773e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Sun, 9 Feb 2014 20:01:48 +0100 Subject: [PATCH 3/4] python3 fix --- src/msec/man.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msec/man.py b/src/msec/man.py index d3983b5..b61074f 100755 --- a/src/msec/man.py +++ b/src/msec/man.py @@ -21,7 +21,7 @@ try: except: version = "(development version)" -header = '''.ds q \N'34' +header = b'''.ds q \N'34' .TH msec 8 msec "Mandriva Linux" .SH NAME msec \- Mandriva Linux security tools -- 2.4.5
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 16524
:
6881
|
6883
|
6884
| 6885 |
6886
|
6898
|
6899
|
6900
|
6901
|
6913
|
6922
|
6928