After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 791121 - Update python scripts python3 compatible.
Update python scripts python3 compatible.
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-12-02 04:54 UTC by Yifan J
Modified: 2017-12-04 10:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make dbus, gi examples, and debug-helper.py python3 ready (30.77 KB, patch)
2017-12-02 04:54 UTC, Yifan J
none Details | Review

Description Yifan J 2017-12-02 04:54:52 UTC
Created attachment 364802 [details] [review]
make dbus, gi examples, and debug-helper.py python3 ready

Going through the project, there are some python scripts failed to be python3 compatible. Most of them are dbus and gi examples, and the tools/debug-helper.py also needs a bit tune.

A patch is provided for this.
Comment 1 Thomas Haller 2017-12-04 10:25:43 UTC
looks good.

Merged to master as https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=797d9c4403cf170870e9d7d9b0ea22317c850b35


Thanks!!