[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Moved xroot variable to not confuse pylint (and me).



# HG changeset patch
# User emellor@ewan
# Node ID cc5d8878fc369a2806eb1b2da2d28657cf5c2025
# Parent  10d2067f6016a67374c0af1f3f3684c14f9fa8ca
Moved xroot variable to not confuse pylint (and me).

Signed-off-by: Ewan Mellor<ewan@xxxxxxxxxxxxx>

diff -r 10d2067f6016 -r cc5d8878fc36 tools/python/xen/xend/server/SrvServer.py
--- a/tools/python/xen/xend/server/SrvServer.py Sat Sep 17 09:42:49 2005
+++ b/tools/python/xen/xend/server/SrvServer.py Sat Sep 17 09:44:29 2005
@@ -44,13 +44,17 @@
 
 from xen.web.httpserver import HttpServer, UnixHttpServer
 
-from xen.xend import XendRoot; xroot = XendRoot.instance()
+from xen.xend import XendRoot
 from xen.xend import Vifctl
 from xen.xend.XendLogging import log
 from xen.web.SrvDir import SrvDir
 import time
 
 from SrvRoot import SrvRoot
+
+
+xroot = XendRoot.instance()
+
 
 class XendServers:
 

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.