Merge lp:~jelmer/bzr-fastimport/fix-exporters into lp:~bzr/bzr-fastimport/fastimport.dev

Proposed by Jelmer Vernooij
Status: Merged
Merge reported by: Ian Clatworthy
Merged at revision: not available
Proposed branch: lp:~jelmer/bzr-fastimport/fix-exporters
Merge into: lp:~bzr/bzr-fastimport/fastimport.dev
Diff against target: 11 lines (+1/-0)
1 file modified
setup.py (+1/-0)
To merge this branch: bzr merge lp:~jelmer/bzr-fastimport/fix-exporters
Reviewer Review Type Date Requested Status
Ian Clatworthy Approve
Review via email: mp+15291@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Hi Ian,

The attached trivial fixes the use of bzr-fastimport when installed.
Without it, the exporters can not be found.

Cheers,

Jelmer

Revision history for this message
Ian Clatworthy (ian-clatworthy) :
review: Approve

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 2009-07-23 01:55:44 +0000
3+++ setup.py 2009-11-26 19:25:18 +0000
4@@ -17,6 +17,7 @@
5 url="https://launchpad.net/bzr-fastimport",
6 scripts=[],
7 packages=['bzrlib.plugins.fastimport',
8+ 'bzrlib.plugins.fastimport.exporters',
9 'bzrlib.plugins.fastimport.processors',
10 'bzrlib.plugins.fastimport.tests',
11 ],

Subscribers

People subscribed via source and target branches

to all changes: