From ad5f232c0345b1067f1653d573d523c04e7b80b3 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 13 Oct 2019 12:11:23 -0400 Subject: [PATCH] Update header names --- client-api/api_lib/api.py | 2 +- client-api/pvc-api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client-api/api_lib/api.py b/client-api/api_lib/api.py index a1836552..ad083ca4 100755 --- a/client-api/api_lib/api.py +++ b/client-api/api_lib/api.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# pvcapi.py - PVC HTTP API functions +# api.py - PVC HTTP API functions # Part of the Parallel Virtual Cluster (PVC) system # # Copyright (C) 2018-2019 Joshua M. Boniface diff --git a/client-api/pvc-api.py b/client-api/pvc-api.py index 3634c253..0f2c4e8a 100755 --- a/client-api/pvc-api.py +++ b/client-api/pvc-api.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# api.py - PVC HTTP API interface +# pvc-api.py - PVC HTTP API interface # Part of the Parallel Virtual Cluster (PVC) system # # Copyright (C) 2018-2019 Joshua M. Boniface