import fallback

This commit is contained in:
j 2012-09-06 13:45:30 +02:00
parent 3a0c35372d
commit 9bc239de51
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
try:
from django.utils import datetime
except ImportError: