#!/usr/bin/python

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

print "python-ceph: OK"
