Merge lp:~elopio/osqa-sst-helpers/relative-import into lp:~online-services-qa/osqa-sst-helpers/canonical-identity-provider

Proposed by Leo Arias
Status: Merged
Approved by: Vincent Ladeuil
Approved revision: 34
Merged at revision: 34
Proposed branch: lp:~elopio/osqa-sst-helpers/relative-import
Merge into: lp:~online-services-qa/osqa-sst-helpers/canonical-identity-provider
Diff against target: 12 lines (+1/-1)
1 file modified
sso_sst_helpers/data/factory.py (+1/-1)
To merge this branch: bzr merge lp:~elopio/osqa-sst-helpers/relative-import
Reviewer Review Type Date Requested Status
Natalia Bidart (community) Approve
Vincent Ladeuil (community) Approve
Review via email: mp+128542@code.launchpad.net

Commit message

Removed the relative import.

Description of the change

Removed the relative import.

To post a comment you must log in.
Revision history for this message
Vincent Ladeuil (vila) :
review: Approve
Revision history for this message
Natalia Bidart (nataliabidart) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sso_sst_helpers/data/factory.py'
2--- sso_sst_helpers/data/factory.py 2012-10-04 03:29:02 +0000
3+++ sso_sst_helpers/data/factory.py 2012-10-08 16:34:28 +0000
4@@ -18,7 +18,7 @@
5
6 from django.conf import settings
7
8-from data.user import User
9+from sso_sst_helpers.data.user import User
10
11
12 def make_test_user(new_user=False):

Subscribers

People subscribed via source and target branches

to all changes: