Skip to content

Commit

Permalink
Update events.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Oct 25, 2018
1 parent 612bbea commit 03835aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cyrax/events.py
Expand Up @@ -11,6 +11,13 @@
import logging
from collections import deque


try:
from sys import intern
except ImportError:
pass


logger = logging.getLogger(__name__)
# `events` global is defined at the end

Expand Down

0 comments on commit 03835aa

Please sign in to comment.