dates, reduce number of imdb pages loaded

This commit is contained in:
j 2010-07-10 13:54:33 +02:00
commit f3147437b6
4 changed files with 16 additions and 8 deletions

7
ox/utils.py Normal file
View file

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