]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/progress/__init__.py
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / progress / __init__.py
1 import os
2 if 'UNITTEST' not in os.environ:
3 from .module import *
4 else:
5 import tests
6
7