Merge lp://staging/~gary/launchpad/poppyasync into lp://staging/launchpad
Proposed by
Gary Poster
Status: | Merged |
---|---|
Approved by: | Francis J. Lacoste |
Approved revision: | no longer in the source branch. |
Merged at revision: | not available |
Proposed branch: | lp://staging/~gary/launchpad/poppyasync |
Merge into: | lp://staging/launchpad |
Diff against target: | None lines |
To merge this branch: | bzr merge lp://staging/~gary/launchpad/poppyasync |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Francis J. Lacoste (community) | Approve | ||
Review via email: mp+10933@code.staging.launchpad.net |
To post a comment you must log in.
This fixes the (unintentionally) incomplete migration of getting rid of the zope branch.
- We no longer need to get docutils from the zope branch: we get it from a standard distribution via buildout.
- We no longer need ThreadedAsync at all. It is no longer used by Zope, and poppy can do just fine with asyncall.
- The sourcecode Makefile needed to have zope cleaned out. It also needed to have storm and bzr cleaned out from other buildout-releated changes.
- lib/canonical/ poppy/server. py had some lint errors. I didn't investigate the bare excepts (lines 65, 133, and 142 of the file), but fixed the rest.
Thanks
Gary