Switch sipb-xen-vnc-server to use distutils
[invirt/packages/invirt-vnc-server.git] / gitweb.css
diff --git a/code/vncproxy.py b/code/vncproxy.py
deleted file mode 100755 (executable)
index 4440981..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /usr/bin/python
-from twisted.internet import reactor, ssl
-import vncexternalauth
-
-sslContext = ssl.DefaultOpenSSLContextFactory(
-       '/usr/share/sipb-xen-vnc-server/vncproxykey.pem',
-       '/usr/share/sipb-xen-vnc-server/vncproxy.crt',
-)
-
-if '__main__' == __name__:
-    reactor.listenSSL(10003,vncexternalauth.VNCAuthFactory("localhost"), contextFactory=sslContext)
-    reactor.run()