|
@@ -1,3 +1,5 @@
|
|
|
+#!@PYTHON@
|
|
|
+
|
|
|
# Copyright (C) 2010 Internet Systems Consortium.
|
|
|
#
|
|
|
# Permission to use, copy, modify, and distribute this software for any
|
|
@@ -23,7 +25,6 @@ wait for receiving request from client, parse the request and resend the request
|
|
|
the proper module. When getting the request result from the module, send back the
|
|
|
resut to client.
|
|
|
'''
|
|
|
-#!@PYTHON@
|
|
|
|
|
|
import sys; sys.path.append ('@@PYTHONPATH@@')
|
|
|
import http.server
|