channelstream: fix dogpile core import.
dogpile.core is depracated and will be removed
This commit is contained in:
parent
c46715693f
commit
f4bb5af13b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ import logging
|
|||
import requests
|
||||
import datetime
|
||||
|
||||
from dogpile.core import ReadWriteMutex
|
||||
from dogpile.util.readwrite_lock import ReadWriteMutex
|
||||
from pyramid.threadlocal import get_current_registry
|
||||
|
||||
import rhodecode.lib.helpers as h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue