aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.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 /test.py
parentcode style (diff)
downloadsorting-algorithms-d90a93d7f1224a43ef4baf24281e0df7bdde5413.tar.gz
sorting-algorithms-d90a93d7f1224a43ef4baf24281e0df7bdde5413.zip
algorithms.inputgen -> algorithms.input_kind
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
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