Skip to content

Commit

Permalink
Readability: rename shellintegration to shell_integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 28, 2019
1 parent d98acf3 commit abfa187
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argcomplete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .compat import USING_PYTHON2, str, sys_encoding, ensure_str, ensure_bytes
from .completers import FilesCompleter, SuppressCompleter
from .my_argparse import IntrospectiveArgumentParser, action_is_satisfied, action_is_open, action_is_greedy
from .shellintegration import shellcode
from .shell_integration import shellcode

_DEBUG = "_ARC_DEBUG" in os.environ

Expand Down
File renamed without changes.

0 comments on commit abfa187

Please sign in to comment.