Skip to content

Commit

Permalink
updated public symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Feb 11, 2017
1 parent 5610651 commit 3556c3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions socketio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from .namespace import Namespace
if sys.version_info >= (3, 5): # pragma: no cover
from .asyncio_server import AsyncServer
from .asyncio_namespace import AsyncNamespace
else: # pragma: no cover
AsyncServer = None

Expand All @@ -20,3 +21,4 @@
'Namespace']
if AsyncServer is not None: # pragma: no cover
__all__.append('AsyncServer')
__all__.append('AsyncNamespace')

0 comments on commit 3556c3e

Please sign in to comment.