mirror of https://github.com/celery/kombu.git
Adds kombu.utils.url to API reference
This commit is contained in:
parent
ac25660d5d
commit
b40fa572be
|
@ -52,3 +52,4 @@
|
|||
kombu.utils.encoding
|
||||
kombu.utils.functional
|
||||
kombu.utils.finalize
|
||||
kombu.utils.url
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
kombu.utils.functional
|
||||
==========================================================
|
||||
kombu.utils.functional
|
||||
==========================================================
|
||||
|
||||
.. contents::
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
==============================================
|
||||
kombu.utils.url
|
||||
==============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
.. currentmodule:: kombu.utils.url
|
||||
|
||||
.. automodule:: kombu.utils.url
|
||||
:members:
|
||||
:undoc-members:
|
|
@ -8,7 +8,7 @@ from sqlalchemy.exc import OperationalError
|
|||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
from .. import virtual
|
||||
from .. exceptions import StdChannelError
|
||||
from ...exceptions import StdChannelError
|
||||
|
||||
from .models import Queue, Message, metadata
|
||||
|
||||
|
|
Loading…
Reference in New Issue