Fixed #27878, refs #23919 -- Used python3 shebangs.

This commit is contained in:
Chris Lamb 2017-02-23 23:55:14 +08:00 committed by Tim Graham
parent eb97af0402
commit 4cffa9a1ff
8 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os
import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
Helper script to update sampleproject's translation catalogs.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import argparse
import atexit
import copy