Mailing List Archive

[xen-unstable] Remus: fix missing import in device.py
# HG changeset patch
# User Keir Fraser <keir.fraser@citrix.com>
# Date 1273479946 -3600
# Node ID 689c145fcc2a338675f37b82786a3eb656a89e3e
# Parent 064936eb48e0454d14accc98fe06e2712cfae067
Remus: fix missing import in device.py

Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
---
tools/python/xen/remus/device.py | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 064936eb48e0 -r 689c145fcc2a tools/python/xen/remus/device.py
--- a/tools/python/xen/remus/device.py Mon May 10 09:25:11 2010 +0100
+++ b/tools/python/xen/remus/device.py Mon May 10 09:25:46 2010 +0100
@@ -2,7 +2,7 @@
#
# Coordinates with devices at suspend, resume, and commit hooks

-import os
+import os, re

import netlink, qdisc, util


_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog