summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py')
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py b/openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py
index 5752b44d..cb53400d 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/nodes/urls.py
@@ -12,7 +12,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-from django.conf.urls.defaults import patterns, url
+from django.conf.urls.defaults import patterns
+from django.conf.urls.defaults import url
from .views import DetailView
from .views import UnrackedView