Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #669 from willkg/1202288-round5
Browse files Browse the repository at this point in the history
1202288 round5
  • Loading branch information
willkg committed Sep 9, 2015
2 parents b4b040c + 8695111 commit 5e57c84
Show file tree
Hide file tree
Showing 218 changed files with 13,255 additions and 84,260 deletions.
2 changes: 1 addition & 1 deletion fjord/base/utils.py
Expand Up @@ -20,7 +20,7 @@
from product_details import product_details
from ratelimit.helpers import is_ratelimited
from rest_framework.throttling import BaseThrottle
from statsd import statsd
from statsd.defaults.django import statsd

from fjord.base.urlresolvers import reverse

Expand Down
2 changes: 1 addition & 1 deletion fjord/feedback/models.py
Expand Up @@ -6,7 +6,7 @@
import elasticsearch_dsl as es_dsl
from product_details import product_details
from rest_framework import serializers
from statsd import statsd
from statsd.defaults.django import statsd

from fjord.base.browsers import parse_ua
from fjord.base.data import register_purger
Expand Down
2 changes: 1 addition & 1 deletion fjord/feedback/views.py
Expand Up @@ -9,7 +9,7 @@
from django.views.decorators.http import require_POST

from mobility.decorators import mobile_template
from statsd import statsd
from statsd.defaults.django import statsd
import waffle

from fjord.base.browsers import UNKNOWN
Expand Down
2 changes: 1 addition & 1 deletion fjord/heartbeat/api_views.py
Expand Up @@ -2,7 +2,7 @@

import rest_framework.views
import rest_framework.response
from statsd import statsd
from statsd.defaults.django import statsd

from .models import Answer, AnswerSerializer
from fjord.base.utils import cors_enabled
Expand Down
2 changes: 1 addition & 1 deletion fjord/search/utils.py
@@ -1,7 +1,7 @@
from functools import wraps

from elasticsearch import ElasticsearchException
from statsd import statsd
from statsd.defaults.django import statsd


def es_error_statsd(fun):
Expand Down
2 changes: 1 addition & 1 deletion fjord/translations/models.py
Expand Up @@ -7,7 +7,7 @@
from django.db import models

from dennis.translator import Translator
from statsd import statsd
from statsd.defaults.django import statsd
import waffle

from .gengo_utils import (
Expand Down
12 changes: 6 additions & 6 deletions requirements/requirements.txt
Expand Up @@ -108,8 +108,8 @@ django-pipeline==1.5.4
# sha256: -thF7ifqqSii7RbAEh4rtd0TzN6V0cAUTSP5pCUMGmw
django-ratelimit==0.4.0

# sha256: 1_LzcE9lU8uG-6xLw0Z9LJp_xEkYgYxyNckQAK8rqYU
django-statsd-mozilla==0.3.8.5
# sha256: wOkPMEu_bxD2PgAZECmAyVDcaDMm0qTlDnGZ3sxDw2o
django-statsd-mozilla==0.3.15

# sha256: YPJ9jdB0c4sT7ZJqy7C9UbTnFn05Q6BFZkVxGuIrGrQ
djangorestframework==3.1.3
Expand All @@ -132,8 +132,8 @@ gengo==0.1.19
# sha256: A3VLx7JWOXwbZG5QSOIpFZD1CAFxrbiwD04tc4THbu4
GitPython==0.1.7

# sha256: pucH2csXyL8eVTcTrRSzEnSoHVwM4PziGwKTbQ79fbs
html5lib==0.95
# sha256: 43K2b0mX-OHelw6nVdClKNciLSqpvVWqwHjH7zm49sM
html5lib==0.999999

# sha256: fLtRSjUvghxpuOi9qmsuWXKFR6iWVQPHWGUsKCbRV7U
importlib==1.0.3
Expand Down Expand Up @@ -174,8 +174,8 @@ requests-mock==0.6.0
# sha256: 4kBSQR_E-9H2cmNVN8P8IzDZSBsYwDF2lbRiWVEskdU
six==1.9.0

# sha256: HhLNQXx94_wcl9EUouRNXDA8OuXMnS_YihiktArLd5o
statsd==2.0.3
# sha256: -65f6zOuk5TCdbyDSrlGhLlN4DrMjzY4e9C_DFHvKO4
statsd==3.1

# sha256: fBfxgT4FanY_8qG5AI3R29jfjI4Z17TfZmgOMXzLPr8
tldextract==1.7.1
Expand Down
6 changes: 0 additions & 6 deletions vendor/packages/html5lib/MANIFEST.in

This file was deleted.

24 changes: 0 additions & 24 deletions vendor/packages/html5lib/PKG-INFO

This file was deleted.

56 changes: 0 additions & 56 deletions vendor/packages/html5lib/README

This file was deleted.

24 changes: 0 additions & 24 deletions vendor/packages/html5lib/html5lib.egg-info/PKG-INFO

This file was deleted.

127 changes: 0 additions & 127 deletions vendor/packages/html5lib/html5lib.egg-info/SOURCES.txt

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion vendor/packages/html5lib/html5lib.egg-info/top_level.txt

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/packages/html5lib/html5lib/__init__.py

This file was deleted.

0 comments on commit 5e57c84

Please sign in to comment.