mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-17 20:11:10 +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."""
|
"""Django DDP WebSocket service."""
|
||||||
|
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import, print_function
|
||||||
|
|
||||||
import atexit
|
import atexit
|
||||||
import collections
|
import collections
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue