X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-vnc-server.git/blobdiff_plain/8ebae0c0aed6651c6f73b9a8ac52d2f2596f6357..14cf46b2e06a403c4238b415b2d762e747840d35:/vncproxy.py diff --git a/vncproxy.py b/vncproxy.py deleted file mode 100644 index 06c1c79..0000000 --- a/vncproxy.py +++ /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()