Skip to content

Commit

Permalink
Remove executable permissions from files that lack shebang lines (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Jul 7, 2021
1 parent 1baa80b commit ee2c4e9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion example/app.py 100755 → 100644
@@ -1,4 +1,3 @@
#!/usr/bin/env python
from threading import Lock
from flask import Flask, render_template, session, request, \
copy_current_request_context
Expand Down
1 change: 0 additions & 1 deletion example/app_namespace.py 100755 → 100644
@@ -1,4 +1,3 @@
#!/usr/bin/env python
from threading import Lock
from flask import Flask, render_template, session, request
from flask_socketio import SocketIO, Namespace, emit, join_room, leave_room, \
Expand Down
Empty file modified example/sessions.py 100755 → 100644
Empty file.
Empty file modified setup.py 100755 → 100644
Empty file.
Empty file modified test_socketio.py 100755 → 100644
Empty file.

0 comments on commit ee2c4e9

Please sign in to comment.