]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/nfs/__init__.py
import ceph quincy 17.2.1
[ceph.git] / ceph / src / pybind / mgr / nfs / __init__.py
1 # flake8: noqa
2
3 import os
4 if 'UNITTEST' in os.environ:
5 import tests
6
7 from .module import Module