1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-25 01:16:14 +01:00

Kill Danny's awesome english

This commit is contained in:
Sascha Peilicke 2013-10-28 10:20:35 +01:00
parent ad9a32ca8f
commit 43499172af

View File

@ -2242,7 +2242,6 @@ Please submit there instead, or use --nodevelproject to force direct submission.
f = http_GET(u) f = http_GET(u)
root = ET.parse(f).getroot() root = ET.parse(f).getroot()
if root.findall('package') and not opts.no_devel: if root.findall('package') and not opts.no_devel:
print("This package instance is defined as devel are in ", end=' ')
for node in root.findall('package'): for node in root.findall('package'):
project = node.get('project') project = node.get('project')
package = node.get('name') package = node.get('name')