mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Add missing import for Python 2 print().
This commit is contained in:
parent
b14b2a427e
commit
0bbf5ac10c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"""Django DDP WebSocket service."""
|
||||
|
||||
from __future__ import absolute_import
|
||||
from __future__ import absolute_import, print_function
|
||||
|
||||
import atexit
|
||||
import collections
|
||||
|
|
|
|||
Loading…
Reference in a new issue