[modin] Append to path to avoid namespace collision on development branches (#3621)

This commit is contained in:
Devin Petersohn 2018-12-23 23:58:56 -08:00 committed by Robert Nishihara
parent a1995ff3b0
commit c13b2685f5

View file

@ -47,7 +47,7 @@ except ImportError as e:
raise
modin_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "modin")
sys.path.insert(0, modin_path)
sys.path.append(modin_path)
from ray.raylet import ObjectID, _config # noqa: E402
from ray.profiling import profile # noqa: E402