3f51ca
From cf61603340f05a78aff51bf7d2b17de559900636 Mon Sep 17 00:00:00 2001
3f51ca
From: Christian Heimes <cheimes@redhat.com>
3f51ca
Date: Tue, 12 Dec 2017 15:03:01 +0100
3f51ca
Subject: [PATCH] Old pylint doesn't support bad python3 option
3f51ca
3f51ca
Signed-off-by: Christian Heimes <cheimes@redhat.com>
3f51ca
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
3f51ca
---
3f51ca
 ipaserver/install/installutils.py | 2 +-
3f51ca
 1 file changed, 1 insertion(+), 1 deletion(-)
3f51ca
3f51ca
diff --git a/ipaserver/install/installutils.py b/ipaserver/install/installutils.py
3f51ca
index 08e098f8656c8fe61a87fb046c01e1487c25da7f..40ae9e19f42170a0552a07c9ec73f60b34bcb84d 100644
3f51ca
--- a/ipaserver/install/installutils.py
3f51ca
+++ b/ipaserver/install/installutils.py
3f51ca
@@ -32,7 +32,7 @@ import fileinput
3f51ca
 import sys
3f51ca
 import tempfile
3f51ca
 import shutil
3f51ca
-import stat  # pylint: disable=bad-python3-import
3f51ca
+import stat
3f51ca
 import traceback
3f51ca
 import textwrap
3f51ca
 from contextlib import contextmanager
3f51ca
-- 
3f51ca
2.13.6
3f51ca