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