diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-29 06:55:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-29 06:55:50 +0300 |
commit | d90a93d7f1224a43ef4baf24281e0df7bdde5413 (patch) | |
tree | d11f2dc3eeecca8de5722cbe998ad222cdcc7e9b /test.py | |
parent | code style (diff) | |
download | sorting-algorithms-d90a93d7f1224a43ef4baf24281e0df7bdde5413.tar.gz sorting-algorithms-d90a93d7f1224a43ef4baf24281e0df7bdde5413.zip |
algorithms.inputgen -> algorithms.input_kind
Diffstat (limited to 'test.py')
-rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |