Merge branch 'python3_missed_one' of git+ssh://git.launchpad.net/~ddstreet/ubuntu-dev-tools/+git/ubuntu-dev-tools

MR: https://code.launchpad.net/~ddstreet/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/372644
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Mattia Rizzolo 2019-09-12 14:37:26 +02:00
commit dc6e03d38c
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -7,6 +7,9 @@ ubuntu-dev-tools (0.174) UNRLEASED; urgency=medium
+ Replace Popen() calls with check_output(). Closes: #940040
+ Use a context manager to open file, to be sure to close them.
[ Dan Streetman ]
* Update setup.py to also use python3.
-- Mattia Rizzolo <mattia@debian.org> Thu, 12 Sep 2019 14:34:16 +0200
ubuntu-dev-tools (0.173) unstable; urgency=medium

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
from setuptools import setup
import glob