Skip to content

Commit

Permalink
Use Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed Jul 3, 2020
1 parent b8e31eb commit 134e203
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/py2dsc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
USAGE = """\
usage: py2dsc [options] distfile
or: py2dsc --help
Expand Down
2 changes: 1 addition & 1 deletion scripts/py2dsc-deb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
USAGE = """\
usage: py2dsc-deb [options] distfile
or: py2dsc-deb --help
Expand Down
2 changes: 1 addition & 1 deletion scripts/pypi-download
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
from optparse import OptionParser
from stdeb.downloader import myprint, get_source_tarball
Expand Down
2 changes: 1 addition & 1 deletion scripts/pypi-install
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys, os, shutil
import subprocess
import argparse
Expand Down

0 comments on commit 134e203

Please sign in to comment.