Moving VNC proxy server into a package
[invirt/packages/invirt-vnc-server.git] / vncproxy.py
diff --git a/vncproxy.py b/vncproxy.py
deleted file mode 100644 (file)
index 06c1c79..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /usr/bin/python
-from twisted.internet import reactor
-import vncexternalauth
-
-if '__main__' == __name__:
-    reactor.listenTCP(10003,vncexternalauth.VNCAuthFactory("./vncauth.log", "localhost"))
-    reactor.run()