Merge lp:~brian-murray/ubuntu-archive-tools/py3-sru-accept into lp:ubuntu-archive-tools

Proposed by Brian Murray
Status: Merged
Merged at revision: 1325
Proposed branch: lp:~brian-murray/ubuntu-archive-tools/py3-sru-accept
Merge into: lp:ubuntu-archive-tools
Diff against target: 18 lines (+1/-3)
1 file modified
sru-accept (+1/-3)
To merge this branch: bzr merge lp:~brian-murray/ubuntu-archive-tools/py3-sru-accept
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+384279@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sru-accept'
2--- sru-accept 2020-01-25 02:19:13 +0000
3+++ sru-accept 2020-05-20 16:14:56 +0000
4@@ -1,4 +1,4 @@
5-#!/usr/bin/python2.7
6+#!/usr/bin/python3
7
8 # Copyright (C) 2008, 2009, 2010, 2011, 2012 Canonical Ltd.
9
10@@ -16,8 +16,6 @@
11
12 """Adjust SRU bugs after accepting the corresponding update."""
13
14-from __future__ import print_function
15-
16 from optparse import OptionParser
17 import re
18 import sys

Subscribers

People subscribed via source and target branches