#!/usr/bin/python

# Test that rbd and rados can be imported OK
import rbd
import rados

print "python-ceph: OK"
