[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xend: Fix typo in usage of new auxbin.xen_configdir() function
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1242876707 -3600 # Node ID 61404d971c92656b19deb595ed95c9e05f5a6928 # Parent 89e50c449307631bbbe3366e3cd804ce4c2efd68 xend: Fix typo in usage of new auxbin.xen_configdir() function Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxxxxx> --- tools/python/xen/xm/main.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 89e50c449307 -r 61404d971c92 tools/python/xen/xm/main.py --- a/tools/python/xen/xm/main.py Wed May 20 16:02:50 2009 +0100 +++ b/tools/python/xen/xm/main.py Thu May 21 04:31:47 2009 +0100 @@ -73,7 +73,7 @@ if not hasattr(getopt, 'gnu_getopt'): getopt.gnu_getopt = getopt.getopt XM_CONFIG_FILE_ENVVAR = 'XM_CONFIG_FILE' -XM_CONFIG_FILE_DEFAULT = auxbin.xen_configdir + '/xm-config.xml' +XM_CONFIG_FILE_DEFAULT = auxbin.xen_configdir() + '/xm-config.xml' # Supported types of server SERVER_LEGACY_XMLRPC = 'LegacyXMLRPC' _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |