Add missing shebangs to Python files with executable permissions.

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/21305

Differential Revision: D15613078

Pulled By: ezyang

fbshipit-source-id: 1fedf4368d65db406b617a51402ee8a20968aff7
This commit is contained in:
Hong Xu
2019-06-06 10:35:49 -07:00
committed by Facebook Github Bot
parent 52596164d4
commit da4f3629c5
4 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
import os
import sys
import boto3

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
import os
import sys
import boto3

0
caffe2/python/operator_test/lars_test.py Executable file → Normal file
View File

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
import sys
from flake8.main import git