修复bug,缩进错误引发的问题

This commit is contained in:
sxw@401 2015-09-13 11:18:28 +08:00
parent fb124eac98
commit 1808426a73

View File

@ -1,8 +1,6 @@
# coding=utf-8
import json
import datetime
from functools import wraps
from django.utils.timezone import now
from django.shortcuts import render
from django.db import IntegrityError
from django.utils import dateparse