import fallback
This commit is contained in:
parent
3a0c35372d
commit
9bc239de51
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
from django.utils.datetime_safe import datetime
|
||||
from django.utils import simplejson
|
||||
from django.http import HttpResponse,Http404
|
||||
from django.core.servers.basehttp import FileWrapper
|
||||
from django.conf import settings
|
||||
from django.utils.datetime_safe import datetime
|
||||
|
||||
import mimetypes
|
||||
import os
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
|
||||
try:
|
||||
from django.utils import datetime
|
||||
except ImportError:
|
||||
|
|
Loading…
Reference in a new issue