Skip to content

Commit

Permalink
Added constant alias for naming consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
scottslewis committed Jul 9, 2018
1 parent c14ca60 commit dc7c8b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pelix/rsa/providers/discovery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def __str__(self):
# a service endpoint listener so that discovery subscribers can
# notify all such services when an endpoint event has been received.
SERVICE_ENDPOINT_LISTENER = "pelix.rsa.discovery.endpointeventlistener"
SERVICE_ENDPOINT_EVENT_LISTENER = SERVICE_ENDPOINT_LISTENER


class EndpointEventListener(object):
Expand Down

0 comments on commit dc7c8b5

Please sign in to comment.