diff --git a/apps/search.py b/apps/search.py
index 7cc95cec76c015edc66397a0ad03739c729146a3..1427505352c380cb6ff60332c141f1e600d36963 100644
--- a/apps/search.py
+++ b/apps/search.py
@@ -1,5 +1,5 @@
 import argparse
-from scenes import load_scenes, Index
+from scenes import load_scenes, Index, utils
 
 # Arguments
 parser = argparse.ArgumentParser(description="Search scenes intesecting an ROI",)