cleanup: has_key and print

2to3 -pvwn --fix has_key
2to3 -pvwn --fix print
This commit is contained in:
Mike McLean 2017-03-27 10:42:11 -04:00
parent 1ceb366f9d
commit 33e1c3ac4f
2 changed files with 4 additions and 4 deletions

View file

@ -7132,7 +7132,7 @@ def handle_dist_repo(options, session, args):
parser.error(_('could not find %s') % task_opts.comps)
session.uploadWrapper(task_opts.comps, stuffdir,
callback=_progress_callback)
print
print()
task_opts.comps = os.path.join(stuffdir,
os.path.basename(task_opts.comps))
old_repos = []
@ -7176,7 +7176,7 @@ def handle_dist_repo(options, session, args):
callback=_progress_callback)
task_opts.multilib = os.path.join(stuffdir,
os.path.basename(task_opts.multilib))
print
print()
try:
task_opts.arch.remove('noarch') # handled specifically
task_opts.arch.remove('src') # ditto