Fix interpreter lines for files with python2-only syntax.

Reviewed By: lisroach

Differential Revision: D15362271

fbshipit-source-id: 48fab12ab6e55a8537b19b4623d2545ca9950ec5
This commit is contained in:
Tim Hatch 2019-07-09 10:47:31 -07:00 committed by Facebook Github Bot
parent 872a261ffc
commit a6a9213a36
4 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python2
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
import re
import sys

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python2
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
import os
import sys

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python2
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
import os
import glob

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python2
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
import subprocess
import argparse