From 63cf90b23da4a83cd1d427c16cc998e40a7ea5d2 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 26 Sep 2019 14:07:52 -0400 Subject: [PATCH] Add Python header to ceph.py --- client-common/ceph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client-common/ceph.py b/client-common/ceph.py index 68848445..06a675db 100644 --- a/client-common/ceph.py +++ b/client-common/ceph.py @@ -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