Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove shebang from cli.py #1230

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Remove shebang from cli.py #1230

merged 1 commit into from
Nov 14, 2023

Conversation

mtelka
Copy link
Contributor

@mtelka mtelka commented Nov 14, 2023

The shebang is useless in the cli.py file:

$ PYTHONPATH=. dulwich/cli.py 
Traceback (most recent call last):
  File "/tmp/dulwich/dulwich/cli.py", line 41, in <module>
    from .client import GitProtocolError, get_transport_and_path
ImportError: attempted relative import with no known parent package
$

So let's remove it.

@mtelka mtelka requested a review from jelmer as a code owner November 14, 2023 13:33
@jelmer jelmer enabled auto-merge (squash) November 14, 2023 14:38
@jelmer jelmer merged commit 80396a0 into jelmer:master Nov 14, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants