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.
Actions
Remove an unnecessary import.
https://pulp.plan.io/issues/114
closes #114