From d90a93d7f1224a43ef4baf24281e0df7bdde5413 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 29 May 2017 06:55:50 +0300 Subject: algorithms.inputgen -> algorithms.input_kind --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.py') diff --git a/test.py b/test.py index 67f0da0..524df22 100644 --- a/test.py +++ b/test.py @@ -7,7 +7,7 @@ from array import array import argparse import sys -from algorithms.inputgen import InputKind +from algorithms.input_kind import InputKind import algorithms.registry as registry _DEFAULT_INPUT_KIND = InputKind.AVERAGE -- cgit v1.2.3