Merge lp:~salgado/offspring/test-fix into lp:offspring

Proposed by Guilherme Salgado
Status: Merged
Merged at revision: 81
Proposed branch: lp:~salgado/offspring/test-fix
Merge into: lp:offspring
Diff against target: 12 lines (+1/-1)
1 file modified
lib/offspring/master/tests.py (+1/-1)
To merge this branch: bzr merge lp:~salgado/offspring/test-fix
Reviewer Review Type Date Requested Status
Offspring Hackers Pending
Review via email: mp+74275@code.launchpad.net

Description of the change

Just fix a test which was importing stuff from the wrong place.

To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Seems simple enough! Merging.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/offspring/master/tests.py'
2--- lib/offspring/master/tests.py 2010-11-29 08:27:24 +0000
3+++ lib/offspring/master/tests.py 2011-09-06 19:10:12 +0000
4@@ -6,7 +6,7 @@
5 import unittest
6
7 from offspring import config
8-from offspring.notifications import (
9+from offspring.master.notifications import (
10 notify_crash,
11 notify_problem,
12 )

Subscribers

People subscribed via source and target branches