Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from regadas/master
Browse files Browse the repository at this point in the history
Fix example
  • Loading branch information
gmr committed Sep 4, 2014
2 parents 8e249e3 + 31d3c8c commit 0073f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ and add a request duration timing value to statsd when the request finishes.

.. code:: python
from sprockets.handlers.mixins import statsd
from sprockets.mixins import statsd
from tornado import web
class MyRequestHandler(stats.RequestMetricsMixin,
class MyRequestHandler(statsd.RequestMetricsMixin,
web.RequestHandler):
def get(self, *args, **kwargs):
Expand Down

0 comments on commit 0073f1c

Please sign in to comment.