Fix missing import socket in views.py.

(imported from commit e00c3a1a16435b8e65bd3bd445fb049c70aee4be)
This commit is contained in:
Tim Abbott 2012-09-04 19:11:25 -04:00
parent af4ed3a9a1
commit f0db139e43
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ from zephyr.decorator import asynchronous
import datetime
import simplejson
import socket
def register(request):
if request.method == 'POST':