horizon/openstack_dashboard/dashboards/admin
Tatiana Ovchinnikova 539c14e1c6 Remove #noqa from two common imports and add them to import_exceptions
We have two imports with #noqa: django.conf.urls.patterns and
django.conf.urls.url however using them is a standard way of creating
any urls.py module. So there are over 150 imports in Horizon code
where #noqa could be replaced with two lines in list of import_exceptions.

Change-Id: I81c3290e0dc958b5037dd6a87e44df18adfbe751
2014-09-16 14:08:28 +04:00
..
aggregates Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
flavors Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
hypervisors Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
images Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
info Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
instances Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
metering Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
networks Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
overview Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
routers Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
volumes Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
dashboard.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
models.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00