mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Fix stats client import
This commit is contained in:
parent
fd2339dbb8
commit
c2875c65ca
@ -56,7 +56,7 @@ if os.environ.get('GRAPHITE_PORT_8125_UDP_ADDR'):
|
||||
prefix='tower.job.event_callback',
|
||||
maxudpsize=512)
|
||||
else:
|
||||
from statsd import StatsClientBase
|
||||
from statsd.client import StatsClientBase
|
||||
|
||||
class NoStatsClient(StatsClientBase):
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user