From 8d2e32fc0fc25b0e676af11c3d24398db61d879b Mon Sep 17 00:00:00 2001 From: Chelsea Date: Tue, 7 Mar 2017 12:45:47 -0500 Subject: [PATCH] add dashboard objs to init --- plotly/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plotly/__init__.py b/plotly/__init__.py index 3790d38161e..7dfd42a1ccf 100644 --- a/plotly/__init__.py +++ b/plotly/__init__.py @@ -28,6 +28,6 @@ from __future__ import absolute_import -from plotly import (plotly, graph_objs, grid_objs, tools, utils, session, - offline, colors) +from plotly import (plotly, dashboard_objs, graph_objs, grid_objs, tools, + utils, session, offline, colors) from plotly.version import __version__