Mageia Bugzilla – Attachment 7073 Details for
Bug 16845
network monitor does not display graph of traffic data (python3 regression)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
use six for queue/Queue in order to ease python[23] run comparaisons
net_mon-dbg.diff (text/plain), 247 bytes, created by
Thierry Vignaud
on 2015-09-30 14:44:43 CEST
(
hide
)
Description:
use six for queue/Queue in order to ease python[23] run comparaisons
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-09-30 14:44:43 CEST
Size:
247 bytes
patch
obsolete
>diff --git a/src/net_monitor b/src/net_monitor >index 1c347ed..433c669 100755 >--- a/src/net_monitor >+++ b/src/net_monitor >@@ -24,7 +24,7 @@ import struct > > import time > import signal >-import queue >+from six.moves import queue > > import textwrap >
diff --git a/src/net_monitor b/src/net_monitor index 1c347ed..433c669 100755 --- a/src/net_monitor +++ b/src/net_monitor @@ -24,7 +24,7 @@ import struct import time import signal -import queue +from six.moves import queue import textwrap
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 16845
:
7060
|
7065
|
7066
|
7067
|
7068
|
7069
|
7070
| 7073