mirror of https://github.com/zulip/zulip.git
Fix missing import socket in views.py.
(imported from commit e00c3a1a16435b8e65bd3bd445fb049c70aee4be)
This commit is contained in:
parent
af4ed3a9a1
commit
f0db139e43
|
@ -17,6 +17,7 @@ from zephyr.decorator import asynchronous
|
|||
|
||||
import datetime
|
||||
import simplejson
|
||||
import socket
|
||||
|
||||
def register(request):
|
||||
if request.method == 'POST':
|
||||
|
|
Loading…
Reference in New Issue