You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
--- glusterfs-4.1.1/xlators/features/utime/src/utime-gen-fops-c.py.orig 2018-07-11 09:40:35.166390285 -0400 |
|
+++ glusterfs-4.1.1/xlators/features/utime/src/utime-gen-fops-c.py 2018-07-11 09:41:00.743390285 -0400 |
|
@@ -1,4 +1,4 @@ |
|
-#!/usr/bin/python |
|
+#!/usr/bin/python2 |
|
|
|
import os |
|
import sys |
|
--- glusterfs-4.1.1/xlators/features/utime/src/utime-gen-fops-h.py.orig 2018-07-11 09:40:49.035390285 -0400 |
|
+++ glusterfs-4.1.1/xlators/features/utime/src/utime-gen-fops-h.py 2018-07-11 09:41:06.015390285 -0400 |
|
@@ -1,4 +1,4 @@ |
|
-#!/usr/bin/python |
|
+#!/usr/bin/python2 |
|
|
|
import os |
|
import sys |
|
--- glusterfs-4.1.1/xlators/features/cloudsync/src/cloudsync-fops-c.py.orig 2018-07-11 09:41:30.646390285 -0400 |
|
+++ glusterfs-4.1.1/xlators/features/cloudsync/src/cloudsync-fops-c.py 2018-07-11 09:41:53.033390285 -0400 |
|
@@ -1,4 +1,4 @@ |
|
-#!/usr/bin/python |
|
+#!/usr/bin/python2 |
|
|
|
from __future__ import print_function |
|
import os |
|
--- glusterfs-4.1.1/xlators/features/cloudsync/src/cloudsync-fops-h.py.orig 2018-07-11 09:41:38.198390285 -0400 |
|
+++ glusterfs-4.1.1/xlators/features/cloudsync/src/cloudsync-fops-h.py 2018-07-11 09:41:55.423390285 -0400 |
|
@@ -1,4 +1,4 @@ |
|
-#!/usr/bin/python |
|
+#!/usr/bin/python2 |
|
|
|
from __future__ import print_function |
|
import os
|
|
|