-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4875 from psafont/private/paus/python2
- Loading branch information
Showing
26 changed files
with
24 additions
and
30 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage-script/examples/datapath/block/Datapath.activate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
|
||
import sys | ||
sys.path.append("/home/vagrant/djs55/dbus-test/python") | ||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage-script/examples/datapath/block/Datapath.attach
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
|
||
import sys | ||
sys.path.append("/home/vagrant/djs55/dbus-test/python") | ||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage-script/examples/datapath/block/Datapath.deactivate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
|
||
import sys | ||
sys.path.append("/home/vagrant/djs55/dbus-test/python") | ||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage-script/examples/datapath/block/Datapath.detach
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
|
||
import sys | ||
sys.path.append("/home/vagrant/djs55/dbus-test/python") | ||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage-script/test/volume/org.xen.xapi.storage.dummy/plugin.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
|
||
""" | ||
Copyright (C) Citrix Systems, Inc. | ||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage-script/test/volume/org.xen.xapi.storage.dummy/sr.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
|
||
""" | ||
Copyright (C) Citrix Systems, Inc. | ||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage-script/test/volume/org.xen.xapi.storage.dummy/volume.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
|
||
""" | ||
Copyright (C) Citrix Systems, Inc. | ||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage-script/test/volume/org.xen.xapi.storage.dummyv5/plugin.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
|
||
""" | ||
Copyright (C) Citrix Systems, Inc. | ||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage-script/test/volume/org.xen.xapi.storage.dummyv5/sr.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
|
||
""" | ||
Copyright (C) Citrix Systems, Inc. | ||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage-script/test/volume/org.xen.xapi.storage.dummyv5/volume.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
|
||
""" | ||
Copyright (C) Citrix Systems, Inc. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PREFIX?=/usr | ||
PYTHON?=python | ||
PYTHON?=python2 | ||
|
||
.PHONY: build release clean install uninstall | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage/python/examples/datapath/loop+blkback/datapath.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
# | ||
# Copyright (C) Citrix Systems Inc. | ||
# | ||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage/python/examples/datapath/loop+blkback/plugin.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
# | ||
# Copyright (C) Citrix Systems Inc. | ||
# | ||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage/python/examples/volume/org.xen.xapi.storage.simple-file/plugin.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
# | ||
# Copyright (C) Citrix Systems Inc. | ||
# | ||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage/python/examples/volume/org.xen.xapi.storage.simple-file/sr.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
# | ||
# Copyright (C) Citrix Systems Inc. | ||
# | ||
|
2 changes: 1 addition & 1 deletion
2
ocaml/xapi-storage/python/examples/volume/org.xen.xapi.storage.simple-file/volume.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
# | ||
# Copyright (C) Citrix Systems Inc. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
|
||
""" | ||
Copyright (c) 2013-2018, Citrix Inc. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
|
||
from xapi.storage import log | ||
import xapi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters