Mageia Bugzilla – Attachment 7065 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]
fix shebang
0001-fix-shebang.patch (text/plain), 524 bytes, created by
Thierry Vignaud
on 2015-09-29 10:42:15 CEST
(
hide
)
Description:
fix shebang
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-09-29 10:42:15 CEST
Size:
524 bytes
patch
obsolete
>From 7fdaec8a0420adb727d1ba1cbd8fe6b507cc8fa9 Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Tue, 29 Sep 2015 03:30:32 -0400 >Subject: [PATCH 1/5] fix shebang > >--- > src/net_monitor | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/src/net_monitor b/src/net_monitor >index 7bb628a..8aab426 100755 >--- a/src/net_monitor >+++ b/src/net_monitor >@@ -1,4 +1,4 @@ >-#!/usr/bin/python >+#!/usr/bin/python3 > > from gi.repository import GObject > from gi.repository import Gdk >-- >2.5.3 >
From 7fdaec8a0420adb727d1ba1cbd8fe6b507cc8fa9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Tue, 29 Sep 2015 03:30:32 -0400 Subject: [PATCH 1/5] fix shebang --- src/net_monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net_monitor b/src/net_monitor index 7bb628a..8aab426 100755 --- a/src/net_monitor +++ b/src/net_monitor @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from gi.repository import GObject from gi.repository import Gdk -- 2.5.3
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 16845
:
7060
| 7065 |
7066
|
7067
|
7068
|
7069
|
7070
|
7073