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