Skip to content

Commit

Permalink
Remove shebang and executable bit from chardet/cli/chardetect.py (#171)
Browse files Browse the repository at this point in the history
The CLI entry point is installed by setuptools through the
console_scripts option. This setuptools feature automatically constructs
a file with a shebang and sets the executable bit. The imported file
chardet.cli.chardetect doesn't also require this bit.
  • Loading branch information
jdufresne committed Dec 8, 2020
1 parent 55ef330 commit 056a2a4
Showing 1 changed file with 0 additions and 0 deletions.
Empty file modified chardet/cli/chardetect.py 100755 → 100644
Empty file.

0 comments on commit 056a2a4

Please sign in to comment.