[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Remus: fix missing import in device.py
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1273479946 -3600 # Node ID 689c145fcc2a338675f37b82786a3eb656a89e3e # Parent 064936eb48e0454d14accc98fe06e2712cfae067 Remus: fix missing import in device.py Signed-off-by: Brendan Cully <brendan@xxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |