aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plot.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-05-29 06:55:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-05-29 06:55:50 +0300
commitd90a93d7f1224a43ef4baf24281e0df7bdde5413 (patch)
treed11f2dc3eeecca8de5722cbe998ad222cdcc7e9b /plot.py
parentcode style (diff)
downloadsorting-algorithms-d90a93d7f1224a43ef4baf24281e0df7bdde5413.tar.gz
sorting-algorithms-d90a93d7f1224a43ef4baf24281e0df7bdde5413.zip
algorithms.inputgen -> algorithms.input_kind
Diffstat (limited to 'plot.py')
-rw-r--r--plot.py2
1 files changed, 1 insertions, 1 deletions
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