Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove certlib.ConsumerIdentity.
Any thing that needs a ConsumerIdentity instance should
be getting via an inj.require(inj.IDENTITY).

Anything that needs the class/static methods should
be import ConsumerIdentity from identity module.
  • Loading branch information
alikins committed Apr 30, 2014
1 parent 86e79e6 commit c641b59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/subscription_manager/certlib.py
@@ -1,9 +1,6 @@

import logging

# ugh, why does everything monkey patch this
# replace with identity injection
from subscription_manager.identity import ConsumerIdentity
from subscription_manager import injection as inj

log = logging.getLogger('rhsm-app.' + __name__)
Expand Down

0 comments on commit c641b59

Please sign in to comment.