[Trivial]remove unnecessary commna

Change-Id: Ie174e707adbc9ad668a2ad516e2cda11a8646b49
Closes-Bug: #1625566
This commit is contained in:
Kenji Ishii 2016-09-21 14:10:10 +09:00
parent 68f76ce487
commit 44afeac9d4
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ The complete ``urls.py`` file should look like this::
from openstack_dashboard.dashboards.mydashboard.mypanel import views
urlpatterns = [,
urlpatterns = [
url(r'^$',
views.IndexView.as_view(), name='index'),
url(r'^(?P<instance_id>[^/]+)/create_snapshot/$',