Actions
Refactor #114
closedpulp/server/pulp/server/initialization.py unnecessarily imports kombu.transport.qpid
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.7.0
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Pulp 2
Sprint:
March 2015
Quarter:
Description
TODO:
1. Remove the comment and import line here [0].
2. Run tests and fix any test failures.
Pulp used to have a workaround whereby kombu.transport.qpid would have to be imported early on in the Pulp initialization process. This was required so that monkey patches were applied to class objects before execution actually began. That is no longer required, and this should be removed.
Updated by cduryee over 9 years ago
Good catch, thanks for remembering to remove this:)
Updated by rbarlow over 9 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to rbarlow
Added by rbarlow over 9 years ago
Added by rbarlow over 9 years ago
Updated by rbarlow over 9 years ago
- Status changed from ASSIGNED to POST
- Sprint/Milestone set to 14
Updated by rbarlow over 9 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|d83d78f258f5d184cc457e7e365aabeb1994cb90.
Updated by rbarlow over 9 years ago
- Platform Release changed from master to 2.7.0
Updated by bmbouter over 9 years ago
- Sprint Candidate set to Yes
- Tags deleted (
Sprint Candidate)
Updated by dkliban@redhat.com over 9 years ago
- Status changed from MODIFIED to 5
Updated by rbarlow about 9 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE
Actions
Remove an unnecessary import.
https://pulp.plan.io/issues/114
closes #114