Fix the solum-dashboard ImportError

Change-Id: I033a16ccb63361e439310cfb1ccac78c415f7ea2
Closes-Bug: #1629166
Co-Authored-By: xujun <xu.jun@99cloud.net>
This commit is contained in:
zhurong
2016-09-30 11:15:06 +08:00
parent a14cff85e5
commit 223505824c
2 changed files with 4 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ from solumdashboard.api.client import client as solumclient
from solumdashboard.applications import forms as app_forms
from solumdashboard.applications import tables as app_tables
import solumdashboard.applications.tabs as _tabs
import solumdashboard.applications.workflows.update as update_flow
from solumdashboard.applications import workflows as update_flow
class IndexView(tables.DataTableView):

View File

@@ -0,0 +1,3 @@
# Importing non-modules that are not used explicitly
from .update import UpdateApplicationClass # noqa