aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/setup.py
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-07-31 16:15:52 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-08-20 15:34:15 +0100
commit4b07ff449a08de04ccebd680516a262148f177b9 (patch)
tree0d41598ace3a407883b423051db25273fe63606d /tools/python/setup.py
parent3d4678108a2157db6ae8c290897f67aaed14cdfa (diff)
downloadxen-4b07ff449a08de04ccebd680516a262148f177b9.tar.gz
xen-4b07ff449a08de04ccebd680516a262148f177b9.tar.bz2
xen-4b07ff449a08de04ccebd680516a262148f177b9.zip
tools: delete xsview
This was apparently a Qt xenstore viewer. It hasn't been touched since it was first committed in 2007 and I can't beleive anyone is actually using even if it still happens to work. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Matt Wilson <msw@amazon.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/python/setup.py')
-rw-r--r--tools/python/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/python/setup.py b/tools/python/setup.py
index 4f6656427c..8e584e6398 100644
--- a/tools/python/setup.py
+++ b/tools/python/setup.py
@@ -133,7 +133,6 @@ setup(name = 'xen',
packages = ['xen',
'xen.lowlevel',
'xen.sv',
- 'xen.xsview',
] + xend_packages,
ext_package = "xen.lowlevel",
ext_modules = modules