[blivet:master 17/25] Suppress W0621 warnings

mulhern amulhern at redhat.com
Wed Apr 16 21:54:38 UTC 2014


Redefining these from the outer scope is exactly the intention.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blivet/__init__.py b/blivet/__init__.py
index 07a501e..ceedbdf 100644
--- a/blivet/__init__.py
+++ b/blivet/__init__.py
@@ -106,6 +106,7 @@ def enable_installer_mode():
     global errorHandler
     global ERROR_RAISE
 
+    # pylint: disable=W0621
     from pyanaconda import isys
     from pyanaconda.constants import ROOT_PATH
     from pyanaconda.constants import shortProductName
-- 
1.8.3.1



More information about the anaconda-patches mailing list