bootstrap: disable one anomalous pylint err
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 21 Jul 2014 08:50:59 +0000 (11:50 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 21 Jul 2014 08:55:32 +0000 (11:55 +0300)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
bootstrap.py

index cf6f6cbffbfc79060747115fc8d9a420ab300bfd..e7f14a43a4cfbe5326388f0e9d631c9b2e8c3cc7 100755 (executable)
@@ -31,6 +31,10 @@ import tempfile
 
 from tests.component.rpm import RepoManifest
 
+# Disable "Instance of 'Document' has no 'firstChild' member"
+#   pylint: disable=E1103
+
+
 LOG = logging.getLogger(os.path.basename(sys.argv[0]))
 TEST_PKGS = {'gbp-test-native': {'build_branches': ['master'],
                                   'export_branches': ['master']},