aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/algorithms/params.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 /algorithms/params.py
parentcode style (diff)
downloadsorting-algorithms-d90a93d7f1224a43ef4baf24281e0df7bdde5413.tar.gz
sorting-algorithms-d90a93d7f1224a43ef4baf24281e0df7bdde5413.zip
algorithms.inputgen -> algorithms.input_kind
Diffstat (limited to 'algorithms/params.py')
-rw-r--r--algorithms/params.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/algorithms/params.py b/algorithms/params.py
index bf87976..edd1361 100644
--- a/algorithms/params.py
+++ b/algorithms/params.py
@@ -6,7 +6,7 @@
from enum import Enum
from numbers import Integral
-from .inputgen import InputKind
+from .input_kind import InputKind
from .plotter import PlotBuilder
from . import registry
from .timer import Timer