]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/progress/__init__.py
import 15.2.5
[ceph.git] / ceph / src / pybind / mgr / progress / __init__.py
CommitLineData
9f95a23c
TL
1import os
2if 'UNITTEST' not in os.environ:
3 from .module import *
4else:
5 import tests
6
11fdf7f2 7