File: __init__.py

package info (click to toggle)
python-consul2 0.1.5-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 288 kB
  • sloc: python: 2,755; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
__version__ = '0.1.5'

from consul.base import ACLDisabled  # noqa
from consul.base import ACLPermissionDenied  # noqa
from consul.base import Check  # noqa
from consul.base import ConsulException  # noqa
from consul.base import NotFound  # noqa
from consul.base import Timeout  # noqa
from consul.std import Consul  # noqa
# from consul.tornado import Consul  # noqa
# from consul.twisted import Consul  # noqa
# from consul.aio import Consul  # noqa