#!/usr/bin/python3

# Test that Ceph Python 3 modules can be imported OK
import rbd
import rados
import rgw
import cephfs
import ceph_volume_client
import ceph_argparse
import ceph_daemon

print("python3-ceph: OK")
