diff options
| author | Julian Andres Klode <jak@debian.org> | 2013-10-14 19:19:01 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2013-10-14 19:19:43 +0200 |
| commit | 4e993e56261be9730f565f86e728ad6928b99ea4 (patch) | |
| tree | 9beda3317e9cd7da0b969ee339c18124f2d3f461 /utils | |
| parent | 10641ad184e53e165cb655f3bcf01ece430cc00e (diff) | |
| download | python-apt-4e993e56261be9730f565f86e728ad6928b99ea4.tar.gz | |
utils/get_ubuntu_mirrors_from_lp.py: Switch to Python 3 again
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/get_ubuntu_mirrors_from_lp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/get_ubuntu_mirrors_from_lp.py b/utils/get_ubuntu_mirrors_from_lp.py index ef049f78..7c4d3831 100755 --- a/utils/get_ubuntu_mirrors_from_lp.py +++ b/utils/get_ubuntu_mirrors_from_lp.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # get_ubuntu_lp_mirrors.py # |
