Skip to content

Commit

Permalink
divides "import" statement in a url.py
Browse files Browse the repository at this point in the history
url.py is used as template file,when "run_test.sh -m startpanel" is executed.

It is desirable to divide an "import" statement in a url.py beforehand.

Change-Id: Ibc50e3efbae0d2696d796516a1387633e06cc060
Closes-Bug: #1226427
  • Loading branch information
Noboru Arai committed Sep 17, 2013
1 parent 528bb1a commit bfa506e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion horizon/conf/panel_template/urls.py
@@ -1,4 +1,5 @@
from django.conf.urls.defaults import patterns, url
from django.conf.urls.defaults import patterns # noqa
from django.conf.urls.defaults import url # noqa

from .views import IndexView

Expand Down

0 comments on commit bfa506e

Please sign in to comment.