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 --- plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plot.py') diff --git a/plot.py b/plot.py index bf4ba02..55a1d6f 100644 --- a/plot.py +++ b/plot.py @@ -6,7 +6,7 @@ import argparse import sys -from algorithms.inputgen import InputKind +from algorithms.input_kind import InputKind from algorithms.params import AlgorithmParameters import algorithms.registry as registry -- cgit v1.2.3