diff --git a/extraction/examples/argo.py b/extraction/examples/argo.py
index d361c1ac411abdb9b81b32433fd13531c9a01071..09c83bcb6b5f8e1c6766291d67bb75d21a62c7ed 100644
--- a/extraction/examples/argo.py
+++ b/extraction/examples/argo.py
@@ -1,5 +1,5 @@
 # Example of argo experiment explorer
-from agora.argo import Argo
+from aliby.utils.argo import Argo
 from extraction.core.extractor import Extractor
 from extraction.core.parameters import Parameters
 from extraction.core.functions.defaults import get_params
diff --git a/tests/argo/test_argo.py b/tests/argo/test_argo.py
index c07e7d18c7523e12f2299f14098232144102864b..42d72cfef4141861d1c4b3560ba88af28a0ed4fa 100644
--- a/tests/argo/test_argo.py
+++ b/tests/argo/test_argo.py
@@ -1,6 +1,6 @@
 # Example of argo experiment explorer
 import pytest
-from agora.argo import Argo
+from aliby.utils.argo import Argo
 
 
 @pytest.mark.skip(reason="no way of testing this without sensitive info")