summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/infrastructure/resource_management/racks/workflows.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/infrastructure/resource_management/racks/workflows.py')
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/racks/workflows.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/racks/workflows.py b/openstack_dashboard/dashboards/infrastructure/resource_management/racks/workflows.py
index 8a133dd7..7c8c47c2 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/racks/workflows.py
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/racks/workflows.py
@@ -12,18 +12,15 @@
# License for the specific language governing permissions and limitations
# under the License.
-from django.core.urlresolvers import reverse, reverse_lazy
+from django.core.urlresolvers import reverse
from django.utils.translation import ugettext_lazy as _
-from django.forms import widgets
from horizon import exceptions
-from horizon import workflows
from horizon import forms
+from horizon import workflows
from openstack_dashboard import api
-import re
-
class NodeCreateAction(workflows.Action):
# node_macs = forms.CharField(label=_("MAC Addresses"),