From df4dd0f5a496d42f7080660d966201a1d59ca37f Mon Sep 17 00:00:00 2001 From: Alex Iribarren Date: Sun, 14 Jan 2018 13:55:16 +0100 Subject: [PATCH] Update example-algos.rst exchange_utils was moved. --- docs/source/example-algos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/example-algos.rst b/docs/source/example-algos.rst index 217acf06..98d9a9f7 100644 --- a/docs/source/example-algos.rst +++ b/docs/source/example-algos.rst @@ -805,7 +805,7 @@ Credits: This code was originally submitted by `Abner Ayala-Acevedo import pandas as pd from catalyst import run_algorithm - from catalyst.exchange.exchange_utils import get_exchange_symbols + from catalyst.exchange.utils.exchange_utils import get_exchange_symbols from catalyst.api import (symbols, )