Blueshift Time Series Momentum

Have been trying to run the time series momentum on blueshift

from library.pipelines.pipelines import period_returns, average_volume_filter
This gives the error:
ibrary.pipelines.pipelines module is not in import whitelist. Contact support for further queries

I believe this line should be as:

from blueshift_library.pipelines.pipelines import average_volume_filter, period_returns

Here is sample example from QuantInsti BlueShift team: 
https://github.com/QuantInsti/blueshift-demo-strategies/blob/master/equities/time_series_momentum.py