Merge lp:~mandel/ubuntuone-dev-tools/fix-setup into lp:ubuntuone-dev-tools

Proposed by Manuel de la Peña
Status: Merged
Approved by: Roman Yepishev
Approved revision: 42
Merged at revision: 42
Proposed branch: lp:~mandel/ubuntuone-dev-tools/fix-setup
Merge into: lp:ubuntuone-dev-tools
Diff against target: 13 lines (+2/-1)
1 file modified
setup.py (+2/-1)
To merge this branch: bzr merge lp:~mandel/ubuntuone-dev-tools/fix-setup
Reviewer Review Type Date Requested Status
Roman Yepishev (community) fieldtest Approve
Diego Sarmentero (community) Approve
Tim Cole (community) Approve
Review via email: mp+80544@code.launchpad.net

Commit message

Adds the missing package to the setup.py.

Description of the change

Adds the missing package to the setup.py.

To post a comment you must log in.
Revision history for this message
Tim Cole (tcole) :
review: Approve
Revision history for this message
Diego Sarmentero (diegosarmentero) wrote :

+1

review: Approve
Revision history for this message
Roman Yepishev (rye) wrote :

This happens when the fix is not there, so approving.
Traceback (most recent call last):
  File "/usr/bin/u1trial", line 35, in <module>
    from ubuntuone.devtools.testing.txcheck import TXCheckSuite
ImportError: No module named testing.txcheck
make: *** [test] Error 1

review: Approve (fieldtest)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2011-09-13 19:25:43 +0000
3+++ setup.py 2011-10-27 09:02:23 +0000
4@@ -51,7 +51,8 @@
5 packages=['ubuntuone',
6 'ubuntuone.devtools',
7 'ubuntuone.devtools.reactors',
8- 'ubuntuone.devtools.services'],
9+ 'ubuntuone.devtools.services',
10+ 'ubuntuone.devtools.testing'],
11 extra_path='ubuntuone-dev-tools',
12 scripts=['bin/u1lint',
13 'bin/u1trial',

Subscribers

People subscribed via source and target branches

to all changes: