Merge lp:~submarine/unity-scope-guayadeque/fix_moduletype into lp:unity-scope-guayadeque

Proposed by Mark Tully
Status: Merged
Approved by: David Callé
Approved revision: 30
Merged at revision: 30
Proposed branch: lp:~submarine/unity-scope-guayadeque/fix_moduletype
Merge into: lp:unity-scope-guayadeque
Diff against target: 12 lines (+1/-1)
1 file modified
data/guayadeque.scope.in (+1/-1)
To merge this branch: bzr merge lp:~submarine/unity-scope-guayadeque/fix_moduletype
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
David Callé Approve
Review via email: mp+185175@code.launchpad.net

Commit message

Changing ModuleType in guayadeque-scope.in from Python3 to python3 to prevent runtime error.

Description of the change

Changing ModuleType in guayadeque-scope.in from Python3 to python3 to prevent runtime error.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
David Callé (davidc3) wrote :

Indeed, +1

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/guayadeque.scope.in'
2--- data/guayadeque.scope.in 2013-07-08 07:47:13 +0000
3+++ data/guayadeque.scope.in 2013-09-11 22:35:42 +0000
4@@ -8,7 +8,7 @@
5 OptionalMetadata=album[s];artist[s];genre[s];year[i];track_length[i];track_number[i]
6 Loader=/usr/share/unity-scopes/guayadeque/unity_guayadeque_daemon.py
7 Module=guayadeque.unity_guayadeque_daemon
8-ModuleType=Python3
9+ModuleType=python3
10 RemoteContent=false
11 Type=music
12 _Name=Guayadeque

Subscribers

People subscribed via source and target branches

to all changes: