diff options
Diffstat (limited to 'geo-replication/src')
| -rw-r--r-- | geo-replication/src/peer_georep-sshkey.py.in | 2 | ||||
| -rw-r--r-- | geo-replication/src/peer_mountbroker.in | 3 | ||||
| -rw-r--r-- | geo-replication/src/peer_mountbroker.py.in | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/geo-replication/src/peer_georep-sshkey.py.in b/geo-replication/src/peer_georep-sshkey.py.in index 400f29d64f3..c35865db224 100644 --- a/geo-replication/src/peer_georep-sshkey.py.in +++ b/geo-replication/src/peer_georep-sshkey.py.in @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # -*- coding: utf-8 -*- # # Copyright (c) 2016 Red Hat, Inc. <http://www.redhat.com> diff --git a/geo-replication/src/peer_mountbroker.in b/geo-replication/src/peer_mountbroker.in index ec514f038e1..89bb0c0ba6f 100644 --- a/geo-replication/src/peer_mountbroker.in +++ b/geo-replication/src/peer_mountbroker.in @@ -1,4 +1,5 @@ -#!/usr/bin/env python +#!/usr/bin/python2 + import os from argparse import ArgumentParser, RawDescriptionHelpFormatter import json diff --git a/geo-replication/src/peer_mountbroker.py.in b/geo-replication/src/peer_mountbroker.py.in index be182c5a7de..8f2367b7d49 100644 --- a/geo-replication/src/peer_mountbroker.py.in +++ b/geo-replication/src/peer_mountbroker.py.in @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 import os from errno import EEXIST, ENOENT |
