Skip to content

Commit

Permalink
Fix interpreter lines for files with python2-only syntax.
Browse files Browse the repository at this point in the history
Reviewed By: lisroach

Differential Revision: D15362271

fbshipit-source-id: 48fab12ab6e55a8537b19b4623d2545ca9950ec5
  • Loading branch information
thatch authored and facebook-github-bot committed Jul 9, 2019
1 parent 5a8eabd commit 52565a4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions surround360_render/scripts/batch_process_video.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python2
# Copyright (c) 2016-present, Facebook, Inc.
# All rights reserved.
#
Expand Down
1 change: 1 addition & 0 deletions surround360_render/scripts/color_calibrate_all.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python2
# Copyright (c) 2016-present, Facebook, Inc.
# All rights reserved.
#
Expand Down
1 change: 1 addition & 0 deletions surround360_render/scripts/geometric_calibration.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python2
# Copyright (c) 2016-present, Facebook, Inc.
# All rights reserved.
#
Expand Down
1 change: 1 addition & 0 deletions surround360_render/scripts/preview.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python2
# Copyright (c) 2016-present, Facebook, Inc.
# All rights reserved.
#
Expand Down
1 change: 1 addition & 0 deletions surround360_render/scripts/run_all.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python2
# Copyright (c) 2016-present, Facebook, Inc.
# All rights reserved.
#
Expand Down
1 change: 1 addition & 0 deletions surround360_render/scripts/vignetting_calibrate.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python2
# Copyright (c) 2016-present, Facebook, Inc.
# All rights reserved.
#
Expand Down

0 comments on commit 52565a4

Please sign in to comment.