~ubuntu-branches/ubuntu/trusty/horizon/trusty-updates

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/project/access_and_security/security_groups/urls.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-12-05 14:39:15 UTC
  • mfrom: (1.1.35)
  • Revision ID: package-import@ubuntu.com-20131205143915-40991ba69inywk0u
Tags: 1:2014.1~b1-0ubuntu1
* New upstream release.
* debian/control: open icehouse release.
* debian/static/openstack-dashboard: Refreshed static assets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#    License for the specific language governing permissions and limitations
19
19
#    under the License.
20
20
 
21
 
from django.conf.urls.defaults import patterns  # noqa
22
 
from django.conf.urls.defaults import url  # noqa
 
21
from django.conf.urls import patterns  # noqa
 
22
from django.conf.urls import url  # noqa
23
23
 
24
24
from openstack_dashboard.dashboards.project.access_and_security.\
25
25
    security_groups import views