Add Python header to ceph.py

This commit is contained in:
Joshua Boniface 2019-09-26 14:07:52 -04:00
parent f918058e6e
commit 63cf90b23d
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
# ceph.py - PVC client function library, Ceph cluster fuctions
# Part of the Parallel Virtual Cluster (PVC) system