summaryrefslogtreecommitdiff
path: root/zuul/cmd/web.py
diff options
context:
space:
mode:
Diffstat (limited to 'zuul/cmd/web.py')
-rwxr-xr-xzuul/cmd/web.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/zuul/cmd/web.py b/zuul/cmd/web.py
index fe4b2ca4f..82274fd50 100755
--- a/zuul/cmd/web.py
+++ b/zuul/cmd/web.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# Copyright 2017 Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -134,7 +133,3 @@ class WebServer(zuul.cmd.ZuulDaemonApp):
def main():
WebServer().main()
-
-
-if __name__ == "__main__":
- main()