Skip to content

Commit

Permalink
Remove executable bits from Python files without shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok authored and abn committed Oct 5, 2020
1 parent bd3ef48 commit 0db07bc
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 0 deletions.
Empty file modified poetry/core/factory.py
100755 → 100644
Empty file.
Empty file modified poetry/core/packages/__init__.py
100755 → 100644
Empty file.
Empty file modified poetry/core/packages/dependency.py
100755 → 100644
Empty file.
Empty file modified poetry/core/packages/directory_dependency.py
100755 → 100644
Empty file.
Empty file modified poetry/core/packages/file_dependency.py
100755 → 100644
Empty file.
Empty file modified poetry/core/packages/package.py
100755 → 100644
Empty file.
Empty file modified poetry/core/packages/specification.py
100755 → 100644
Empty file.
Empty file modified poetry/core/packages/url_dependency.py
100755 → 100644
Empty file.
Empty file modified poetry/core/packages/vcs_dependency.py
100755 → 100644
Empty file.

0 comments on commit 0db07bc

Please sign in to comment.