Provide route and include at top level

This commit is contained in:
Andrew Godwin 2016-03-22 10:15:52 -07:00
parent acd31a663d
commit afa46cfe0f

View File

@ -6,5 +6,6 @@ DEFAULT_CHANNEL_LAYER = 'default'
try:
from .asgi import channel_layers # NOQA isort:skip
from .channel import Channel, Group # NOQA isort:skip
from .routing import route, include
except ImportError: # No django installed, allow vars to be read
pass