1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-13 02:34:05 +02:00

tabs to spaces. Damit kein Unglueck nicht geschicht. Hello Danny.

This commit is contained in:
Juergen Weigert
2010-08-13 00:30:05 +02:00
parent ac3bbf9bc7
commit b3fb8b51fb
2 changed files with 39 additions and 39 deletions

View File

@@ -3737,7 +3737,7 @@ def get_distibutions(apiurl, discon=False):
r.insert(1,'------------ -------')
else:
result_line_templ = '%(name)-25s %(project)-25s %(repository)-25s %(reponame)s'
result_line_templ = '%(name)-25s %(project)-25s %(repository)-25s %(reponame)s'
f = http_GET(makeurl(apiurl, ['distributions']))
root = ET.fromstring(''.join(f))