Merge lp:~robru/friends/fix-debug-slave into lp:friends

Proposed by Robert Bruce Park
Status: Merged
Approved by: Ken VanDine
Approved revision: 185
Merged at revision: 185
Proposed branch: lp:~robru/friends/fix-debug-slave
Merge into: lp:friends
Diff against target: 13 lines (+4/-0)
1 file modified
tools/debug_slave.py (+4/-0)
To merge this branch: bzr merge lp:~robru/friends/fix-debug-slave
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Ken VanDine Approve
Review via email: mp+157978@code.launchpad.net

Commit message

Fix a bug that was preventing debug_slave.py from running in the source tree.

The source tree is the only place we use this tool so this bug was quite limiting ;-)

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Excellent, thanks!

review: Approve
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 'tools/debug_slave.py'
2--- tools/debug_slave.py 2013-04-05 18:36:09 +0000
3+++ tools/debug_slave.py 2013-04-10 01:06:22 +0000
4@@ -8,6 +8,10 @@
5 It is not intended for use with an installed friends package.
6 """
7
8+import sys
9+
10+sys.path.insert(0, '.')
11+
12 from gi.repository import Dee
13 from gi.repository import GLib
14

Subscribers

People subscribed via source and target branches