aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/xen/xsview/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python/xen/xsview/main.py')
-rw-r--r--tools/python/xen/xsview/main.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/python/xen/xsview/main.py b/tools/python/xen/xsview/main.py
deleted file mode 100644
index b8d3b411cf..0000000000
--- a/tools/python/xen/xsview/main.py
+++ /dev/null
@@ -1,10 +0,0 @@
-from xsviewer import *
-from qt import *
-
-def main(args):
- app = QApplication(args)
- mainwin = XSViewer(app)
- mainwin.show()
- app.connect(app, SIGNAL("lastWindowClosed()"),
- app, SLOT("quit()"))
- app.exec_loop()