Skip to content

Commit 6374c71

Browse files
committed
Remove shebang from cli, map and server
1 parent c7e5ea7 commit 6374c71

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

haproxytool/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /usr/bin/env python
21
# vim:fenc=utf-8
32
"""A tool to manage HAProxy via the stats socket.
43

haproxytool/map.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# vim:fenc=utf-8
32
#
43
# pylint: disable=superfluous-parens

haproxytool/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# vim:fenc=utf-8
32
#
43
# pylint: disable=superfluous-parens

0 commit comments

Comments
 (0)