Fix the solum-dashboard ImportError
Change-Id: I033a16ccb63361e439310cfb1ccac78c415f7ea2 Closes-Bug: #1629166 Co-Authored-By: xujun <xu.jun@99cloud.net>
This commit is contained in:
@@ -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):
|
||||
|
||||
3
solumdashboard/applications/workflows/__init__.py
Normal file
3
solumdashboard/applications/workflows/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# Importing non-modules that are not used explicitly
|
||||
|
||||
from .update import UpdateApplicationClass # noqa
|
||||
Reference in New Issue
Block a user