WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Removed some unnecessary imports.

# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 99ece3c069132a37d1e17dcd718fe08896584259
# Parent  98c6c36ac4443ce7f95c87eb317bf13d868e14e0
Removed some unnecessary imports.

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

diff -r 98c6c36ac444 -r 99ece3c06913 
tools/python/xen/xend/xenstore/xstransact.py
--- a/tools/python/xen/xend/xenstore/xstransact.py      Mon Oct 24 13:12:42 2005
+++ b/tools/python/xen/xend/xenstore/xstransact.py      Mon Oct 24 14:18:31 2005
@@ -5,9 +5,6 @@
 # Public License.  See the file "COPYING" in the main directory of
 # this archive for more details.
 
-import errno
-import threading
-from xen.lowlevel import xs
 from xen.xend.xenstore.xsutil import xshandle
 
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Removed some unnecessary imports., Xen patchbot -unstable <=