Skip to content

Commit a9005c6

Browse files
author
David Scott
committed
python: rename 'xcp' to 'xapi'
Signed-off-by: David Scott <dave.scott@eu.citrix.com>
1 parent 1febb94 commit a9005c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/datapath/block/Datapath.activate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
sys.path.append("/home/vagrant/djs55/dbus-test/python")
55

6-
import xcp, d
6+
import xapi, d
77

88
import argparse, json
99

examples/datapath/block/Datapath.attach

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
sys.path.append("/home/vagrant/djs55/dbus-test/python")
55

6-
import xcp, d
6+
import xapi, d
77

88
import argparse, json
99

examples/datapath/block/Datapath.deactivate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
sys.path.append("/home/vagrant/djs55/dbus-test/python")
55

6-
import xcp, d
6+
import xapi, d
77

88
import argparse, json
99

examples/datapath/block/Datapath.detach

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
sys.path.append("/home/vagrant/djs55/dbus-test/python")
55

6-
import xcp, d
6+
import xapi, d
77

88
import argparse, json
99

0 commit comments

Comments
 (0)