Skip to content

Commit

Permalink
Remove wayward "shbangs" in Python 3 library files (#2917)
Browse files Browse the repository at this point in the history
And we also remove the unnecessary `cli/getconf.py` file.

This work was identified while reviewing PR #2901.
  • Loading branch information
portante authored Jun 28, 2022
1 parent 32c8526 commit 52e8313
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion lib/pbench/agent/tool_meister.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
# -*- mode: python -*-

"""pbench-tool-meister
Expand Down
1 change: 0 additions & 1 deletion lib/pbench/agent/tool_meister_start.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
# -*- mode: python -*-

"""pbench-tool-meister-start - start the execution of the Tool Meister
Expand Down
1 change: 0 additions & 1 deletion lib/pbench/agent/tool_meister_stop.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
# -*- mode: python -*-

"""pbench-tool-meister-stop
Expand Down
6 changes: 0 additions & 6 deletions lib/pbench/cli/getconf.py

This file was deleted.

1 change: 0 additions & 1 deletion lib/pbench/cli/server/shell.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/env python3
from logging import Logger
import os
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ console_scripts =
pbench-cleanup = pbench.cli.agent.commands.cleanup:main
pbench-clear-results = pbench.cli.agent.commands.results.clear:main
pbench-clear-tools = pbench.cli.agent.commands.tools.clear:main
pbench-config = pbench.cli.getconf:main
pbench-config = pbench.common.conf:main
pbench-tree-manage = pbench.cli.server.tree_manage:tree_manage
pbench-generate-token = pbench.cli.agent.commands.generate_token:main
pbench-is-local = pbench.cli.agent.commands.is_local:main
Expand Down

0 comments on commit 52e8313

Please sign in to comment.