This commit is contained in:
Jeff Balogh 2010-05-27 10:06:51 -07:00
Родитель f0583780a9
Коммит e0d396f843
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -1,15 +1,18 @@
from hashlib import md5
import json
import logging
from urllib import urlencode
import urllib2
from django.core.cache import cache
from bleach import Bleach
import commonware.log
import jinja2
import ttp
from . import twitter_languages
log = logging.getLogger('z.firefoxcup')
log = commonware.log.getLogger('z.firefoxcup')
parser = ttp.Parser()
bleach = Bleach()

Просмотреть файл

@ -1,13 +1,10 @@
import jingo
from addons.models import Persona
from twitter import search
from addons.models import Persona
from . import tags, email_enabled
from . import teams as teams_config
import logging
log = logging.getLogger('z.firefoxcup')
# Create your views here.
def index(request):