aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/benchmarks/t_test1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/t_test1.py b/src/benchmarks/t_test1.py
index 3b774cd..a2a6e0b 100644
--- a/src/benchmarks/t_test1.py
+++ b/src/benchmarks/t_test1.py
@@ -1,5 +1,5 @@
-from src.allocator import bumpptr
from src.benchmark import Benchmark
+from src.allocators.bumpptr import bumpptr
class Benchmark_t_test1(Benchmark):