aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-05-01 22:24:01 +0100
committerKeir Fraser <keir@xensource.com>2007-05-01 22:24:01 +0100
commit12c9bce65ca43d967c04677eb2a707f84928a9a1 (patch)
treee79f724181b22b55e58eed56da1fb065201eedd9
parent596f933f569b4c0f0d82502bf7e4fbf44c509798 (diff)
downloadxen-12c9bce65ca43d967c04677eb2a707f84928a9a1.tar.gz
xen-12c9bce65ca43d967c04677eb2a707f84928a9a1.tar.bz2
xen-12c9bce65ca43d967c04677eb2a707f84928a9a1.zip
xend: Fix use of PIFIsPhysical (takes no arguments).
Signed-off-by: Keir Fraser <keir@xensource.com>
-rw-r--r--tools/python/xen/xend/XendPIF.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/xen/xend/XendPIF.py b/tools/python/xen/xend/XendPIF.py
index d96d33f8bc..3ab84606a9 100644
--- a/tools/python/xen/xend/XendPIF.py
+++ b/tools/python/xen/xend/XendPIF.py
@@ -306,7 +306,7 @@ class XendPIF(XendBase):
# Figure out if this is a physical device
if self.get_interface_name() == \
self.get_device():
- raise PIFIsPhysical(self.get_uuid())
+ raise PIFIsPhysical()
self.unplug()