summaryrefslogtreecommitdiff
path: root/openstack_dashboard/management
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2018-12-09 02:57:26 +0900
committerAkihiro Motoki <amotoki@gmail.com>2019-01-16 00:00:58 +0900
commit3143edef0131b82a1d8dea8ab82e32d0225779ee (patch)
tree4160504c34a7fff8fcff8ee618d1ba639ca36306 /openstack_dashboard/management
parent6ce323307dea92da7e19018705e872c5b3edabed (diff)
downloadhorizon-3143edef0131b82a1d8dea8ab82e32d0225779ee.tar.gz
pylint: fix import-error
It seems pylint cannot handle distutils imports and shows "import-error" error. I believe it sounds reasonable to ignore this case. Change-Id: Ia08b4fbf8c3270aa37cd88967add8258f6b26377
Diffstat (limited to 'openstack_dashboard/management')
-rw-r--r--openstack_dashboard/management/commands/extract_messages.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack_dashboard/management/commands/extract_messages.py b/openstack_dashboard/management/commands/extract_messages.py
index fe28af902..121d3a8c3 100644
--- a/openstack_dashboard/management/commands/extract_messages.py
+++ b/openstack_dashboard/management/commands/extract_messages.py
@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# pylint: disable=import-error
from distutils.dist import Distribution
import os
from subprocess import call