aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plot.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-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