Mageia Bugzilla – Attachment 6869 Details for
Bug 13837
msec-gui: error message and does not work (UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 16: ordinal not in range(128))
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Add a missing import
0001-Add-import-in-libmsec.patch (text/plain), 554 bytes, created by
papoteur
on 2015-07-29 13:25:47 CEST
(
hide
)
Description:
Add a missing import
Filename:
MIME Type:
Creator:
papoteur
Created:
2015-07-29 13:25:47 CEST
Size:
554 bytes
patch
obsolete
>From 9d6ca71a5b2999b67234dd32e913e163392b5cd8 Mon Sep 17 00:00:00 2001 >From: Papoteur <papoteur@mageialinux-online.org> >Date: Tue, 28 Jul 2015 21:09:53 +0200 >Subject: [PATCH] Add import in libmsec > >--- > src/msec/libmsec.py | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/src/msec/libmsec.py b/src/msec/libmsec.py >index 4b7e20d..593c46a 100755 >--- a/src/msec/libmsec.py >+++ b/src/msec/libmsec.py >@@ -53,6 +53,7 @@ from logging.handlers import SysLogHandler > > # configuration > import config >+from config import Narg > > # localization > try: >-- >2.3.8 >
From 9d6ca71a5b2999b67234dd32e913e163392b5cd8 Mon Sep 17 00:00:00 2001 From: Papoteur <papoteur@mageialinux-online.org> Date: Tue, 28 Jul 2015 21:09:53 +0200 Subject: [PATCH] Add import in libmsec --- src/msec/libmsec.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msec/libmsec.py b/src/msec/libmsec.py index 4b7e20d..593c46a 100755 --- a/src/msec/libmsec.py +++ b/src/msec/libmsec.py @@ -53,6 +53,7 @@ from logging.handlers import SysLogHandler # configuration import config +from config import Narg # localization try: -- 2.3.8
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13837
:
5829
|
6514
|
6815
| 6869