diff options
author | Julian Andres Klode <jak@debian.org> | 2012-06-22 10:10:03 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2012-06-22 10:10:03 +0200 |
commit | 82c433f15822cc65896e046343d8e781141d62d2 (patch) | |
tree | 6063ba23e4c13bf75d0393257c7ee3a90f500467 /utils | |
parent | ab3ce632dfd77a685476e4243205c82fcefb566f (diff) | |
download | python-apt-82c433f15822cc65896e046343d8e781141d62d2.tar.gz |
* utils/get_ubuntu_mirrors_from_lp.py:
- Revert move to Python 3, python3-feedparser is not in the archive yet
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 7c4d3831..ef049f78 100755 --- a/utils/get_ubuntu_mirrors_from_lp.py +++ b/utils/get_ubuntu_mirrors_from_lp.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # # get_ubuntu_lp_mirrors.py # |