Project

Profile

Help

Refactor #114

closed

pulp/server/pulp/server/initialization.py unnecessarily imports kombu.transport.qpid

Added by bmbouter about 9 years ago. Updated almost 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Low
Assignee:
Category:
-
Sprint/Milestone:
-
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.

[0]: https://github.com/pulp/pulp/blob/cc8ec0cae37a38793d7ebc784e83bd969e6e585a/server/pulp/server/initialization.py#L31-33

Also available in: Atom PDF