summaryrefslogtreecommitdiffstats
path: root/gitautodeploy/httpserver.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitautodeploy/httpserver.py')
-rw-r--r--gitautodeploy/httpserver.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gitautodeploy/httpserver.py b/gitautodeploy/httpserver.py
index 38f28ff..8efcf9b 100644
--- a/gitautodeploy/httpserver.py
+++ b/gitautodeploy/httpserver.py
@@ -1,6 +1,3 @@
-from BaseHTTPServer import BaseHTTPRequestHandler
-
-
class WebbhookRequestProcessor(object):
def get_service_handler(self, request_headers, request_body, action):