diff options
Diffstat (limited to 'xlators/features/cloudsync')
-rw-r--r-- | xlators/features/cloudsync/src/cloudsync-fops-c.py | 2 | ||||
-rw-r--r-- | xlators/features/cloudsync/src/cloudsync-fops-h.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/cloudsync/src/cloudsync-fops-c.py b/xlators/features/cloudsync/src/cloudsync-fops-c.py index fda56752871..fdaa1432a6c 100644 --- a/xlators/features/cloudsync/src/cloudsync-fops-c.py +++ b/xlators/features/cloudsync/src/cloudsync-fops-c.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from __future__ import print_function import os diff --git a/xlators/features/cloudsync/src/cloudsync-fops-h.py b/xlators/features/cloudsync/src/cloudsync-fops-h.py index 8a97cd0fcdd..faa2de651a7 100644 --- a/xlators/features/cloudsync/src/cloudsync-fops-h.py +++ b/xlators/features/cloudsync/src/cloudsync-fops-h.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from __future__ import print_function import os |