Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Jul 31, 2024
1 parent 570e8dd commit ed3f9ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions argcomplete/scripts/activate_global_python_argcomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

import argcomplete

# PEP 366
__package__ = "argcomplete"

zsh_shellcode = """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

import sys

# PEP 366
__package__ = "argcomplete"

def main():
Expand Down
1 change: 1 addition & 0 deletions argcomplete/scripts/register_python_argcomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

import argcomplete

# PEP 366
__package__ = "argcomplete"

def main():
Expand Down

0 comments on commit ed3f9ed

Please sign in to comment.