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

View file

@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
import re
from datetime import datetime
from ox.cache import readUrlUnicode
from ox import stripTags, decodeHtml
from ..cache import readUrlUnicode
from .. import stripTags, decodeHtml
from ..utils import datetime
def cleanup(key, data, data_type):