Skip to content
Snippets Groups Projects
Commit cfcce900 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix some misplaced six imports

parent cb793cd9
No related branches found
No related tags found
No related merge requests found
......@@ -638,7 +638,7 @@ def generate_loop_schedules_internal(sched_state, loop_priority, schedule=[],
if debug_mode:
print(75*"=")
six.input("Hit Enter for next schedule:")
six.moves.input("Hit Enter for next schedule:")
if not active_inames and not unscheduled_insn_ids:
# if done, yield result
......@@ -1094,7 +1094,7 @@ def generate_loop_schedules(kernel, debug_args={}):
print(" debug_args=dict(interactive=False)")
print("to generate_loop_schedules().")
print(75*"-")
six.input("Enter:")
six.moves.input("Enter:")
print()
print()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment