Skip to content

Commit

Permalink
Merge pull request #115 from jsocol/break-up-client
Browse files Browse the repository at this point in the history
Refactor client module into package
  • Loading branch information
jsocol committed Aug 22, 2018
2 parents 2780955 + 4ef9faa commit fadc6cc
Show file tree
Hide file tree
Showing 6 changed files with 303 additions and 304 deletions.
304 changes: 0 additions & 304 deletions statsd/client.py

This file was deleted.

4 changes: 4 additions & 0 deletions statsd/client/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from __future__ import absolute_import, division, unicode_literals

from .stream import TCPStatsClient, UnixSocketStatsClient # noqa
from .udp import StatsClient # noqa

0 comments on commit fadc6cc

Please sign in to comment.