Skip to content

Commit

Permalink
Update async_runserver.py
Browse files Browse the repository at this point in the history
oops, forgot to import asyncio
  • Loading branch information
nd-young committed Feb 15, 2016
1 parent 7478c70 commit df61540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redis_pubsub/management/commands/async_runserver.py
@@ -1,3 +1,5 @@
import asyncio

from django.core.management.base import BaseCommand
from django.core.wsgi import get_wsgi_application

Expand Down

0 comments on commit df61540

Please sign in to comment.