Merge lp://qastaging/~cmiller/desktopcouch/code-split-changes-relative-path-to-configs into lp://qastaging/desktopcouch

Proposed by Chad Miller
Status: Merged
Approved by: dobey
Approved revision: 221
Merged at revision: 221
Proposed branch: lp://qastaging/~cmiller/desktopcouch/code-split-changes-relative-path-to-configs
Merge into: lp://qastaging/desktopcouch
Diff against target: 95 lines (+24/-14)
2 files modified
desktopcouch/application/start_local_couchdb.py (+13/-14)
desktopcouch/application/tests/test_local_files.py (+11/-0)
To merge this branch: bzr merge lp://qastaging/~cmiller/desktopcouch/code-split-changes-relative-path-to-configs
Reviewer Review Type Date Requested Status
dobey (community) Approve
Eric Casteleijn (community) Approve
Review via email: mp+41515@code.qastaging.launchpad.net

Commit message

Fix a problem with splitting code into packages. The relative path to config directories was no longer valid.

To post a comment you must log in.
Revision history for this message
Eric Casteleijn (thisfred) wrote :

Awesome job, looks good.

line 193 in start_local_couchdb.py is too long now, if you fix that +1

review: Approve
Revision history for this message
dobey (dobey) wrote :

The path string should be built with os.path.join() so that it also works correctly on other platforms that don't use / as the separator character.

review: Needs Fixing
219. By Chad Miller

Use OS-independent functions to locate files.

220. By Chad Miller

Fix minor lint complaint about exception instance names.

221. By Chad Miller

Remove debugging statement.

Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches