Merge lp:~saivinob/usb-creator/usb-creator into lp:usb-creator

Proposed by Sai Vinoba
Status: Merged
Merged at revision: 488
Proposed branch: lp:~saivinob/usb-creator/usb-creator
Merge into: lp:usb-creator
Diff against target: 11 lines (+1/-1)
1 file modified
bin/usb-creator-kde (+1/-1)
To merge this branch: bzr merge lp:~saivinob/usb-creator/usb-creator
Reviewer Review Type Date Requested Status
Rik Mills (community) Approve
Review via email: mp+401344@code.launchpad.net

Commit message

Fix LP: 1924837.

Description of the change

Fix LP: 1924837 where the application fails to launch with error "No module named 'sip'". Duplicate bugs LP: 1917201, LP: 1906939.

To post a comment you must log in.
Revision history for this message
Rik Mills (rikmills) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/usb-creator-kde'
2--- bin/usb-creator-kde 2015-09-29 16:17:30 +0000
3+++ bin/usb-creator-kde 2021-04-17 11:06:24 +0000
4@@ -18,7 +18,7 @@
5 import sys
6 import logging
7
8-import sip
9+from PyQt5 import sip
10
11 from dbus import DBusException
12

Subscribers

People subscribed via source and target branches