diff options
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/gen-defaults.py | 2 | ||||
-rwxr-xr-x | libglusterfs/src/generator.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/gen-defaults.py b/libglusterfs/src/gen-defaults.py index 0c96fd0c176..e31d3a9fe8a 100644 --- a/libglusterfs/src/gen-defaults.py +++ b/libglusterfs/src/gen-defaults.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 from __future__ import print_function import sys diff --git a/libglusterfs/src/generator.py b/libglusterfs/src/generator.py index 64db4e8c479..c17d450502d 100755 --- a/libglusterfs/src/generator.py +++ b/libglusterfs/src/generator.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 import string |