]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/telemetry/__init__.py
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / telemetry / __init__.py
1 import os
2
3 if 'UNITTEST' in os.environ:
4 import tests
5
6 try:
7 from .module import Module
8 except ImportError:
9 pass