← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~stevenk/launchpad/destroy-pylint-comments into lp:launchpad

 

Steve Kowalik has proposed merging lp:~stevenk/launchpad/destroy-pylint-comments into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~stevenk/launchpad/destroy-pylint-comments/+merge/142053

Destroy the pylint comments since they have annoyed me for long enough. Remove two unneeded imports from the files touched.
-- 
https://code.launchpad.net/~stevenk/launchpad/destroy-pylint-comments/+merge/142053
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/destroy-pylint-comments into lp:launchpad.
=== modified file 'buildout-templates/scripts/mlist-sync.py.in'
--- buildout-templates/scripts/mlist-sync.py.in	2012-09-19 09:58:35 +0000
+++ buildout-templates/scripts/mlist-sync.py.in	2013-01-07 02:48:21 +0000
@@ -33,7 +33,6 @@
 #   Not doing this means that some of the links in staging's MHonArc archive
 #   will point to production archives.
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 import logging

=== modified file 'cronscripts/allocate-revision-karma.py'
--- cronscripts/allocate-revision-karma.py	2012-01-01 03:14:54 +0000
+++ cronscripts/allocate-revision-karma.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 import _pythonpath
 
 from lp.code.scripts.revisionkarma import RevisionKarmaAllocator

=== modified file 'cronscripts/check-teamparticipation.py'
--- cronscripts/check-teamparticipation.py	2012-02-27 07:09:17 +0000
+++ cronscripts/check-teamparticipation.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 """Check for invalid/missing TeamParticipation entries.
 
 Invalid TP entries are the ones for which there are no active TeamMemberships

=== modified file 'cronscripts/checkwatches.py'
--- cronscripts/checkwatches.py	2012-01-01 03:14:54 +0000
+++ cronscripts/checkwatches.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 """
 Cron job to run daily to check all of the BugWatches
 """

=== modified file 'cronscripts/code-import-dispatcher.py'
--- cronscripts/code-import-dispatcher.py	2011-12-29 05:29:36 +0000
+++ cronscripts/code-import-dispatcher.py	2013-01-07 02:48:21 +0000
@@ -5,7 +5,6 @@
 
 """Look for and dispatch code import jobs as needed."""
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 from xmlrpclib import ServerProxy

=== modified file 'cronscripts/distributionmirror-prober.py'
--- cronscripts/distributionmirror-prober.py	2012-01-01 03:14:54 +0000
+++ cronscripts/distributionmirror-prober.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 """Script to probe distribution mirrors and check how up-to-date they are."""
 
 import _pythonpath

=== modified file 'cronscripts/expire-archive-files.py'
--- cronscripts/expire-archive-files.py	2011-12-29 05:29:36 +0000
+++ cronscripts/expire-archive-files.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 # This script expires PPA binaries that are superseded or deleted, and
 # are older than 30 days.  It's done with pure SQL rather than Python
 # for speed reasons.

=== modified file 'cronscripts/expire-questions.py'
--- cronscripts/expire-questions.py	2012-02-01 15:08:19 +0000
+++ cronscripts/expire-questions.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 """ Expire all questions in the OPEN and NEEDSINFO states that didn't receive
 any activity in the last X days.
 

=== modified file 'cronscripts/flag-expired-memberships.py'
--- cronscripts/flag-expired-memberships.py	2012-07-31 04:59:43 +0000
+++ cronscripts/flag-expired-memberships.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 """Flag expired team memberships and warn about impending expiration."""
 
 import _pythonpath

=== modified file 'cronscripts/foaf-update-karma-cache.py'
--- cronscripts/foaf-update-karma-cache.py	2011-12-30 06:47:17 +0000
+++ cronscripts/foaf-update-karma-cache.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 import _pythonpath
 
 from zope.component import getUtility

=== modified file 'cronscripts/generate-ppa-htaccess.py'
--- cronscripts/generate-ppa-htaccess.py	2012-01-01 03:14:54 +0000
+++ cronscripts/generate-ppa-htaccess.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 # This script generates .htaccess files for private PPAs.
 
 import _pythonpath

=== modified file 'cronscripts/language-pack-exporter.py'
--- cronscripts/language-pack-exporter.py	2012-01-01 03:14:54 +0000
+++ cronscripts/language-pack-exporter.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 """Script to export a tarball of translations for a distro series."""
 
 __metaclass__ = type

=== modified file 'cronscripts/librarian-gc.py'
--- cronscripts/librarian-gc.py	2011-12-30 06:47:54 +0000
+++ cronscripts/librarian-gc.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 """Librarian garbage collector.
 
 This script is run on the Librarian server to merge duplicate files,

=== modified file 'cronscripts/merge-proposal-jobs.py'
--- cronscripts/merge-proposal-jobs.py	2012-01-01 03:14:54 +0000
+++ cronscripts/merge-proposal-jobs.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009, 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """Handle jobs for BranchMergeProposals.
 
 This script handles all job types for branch merge proposals.

=== modified file 'cronscripts/parse-librarian-apache-access-logs.py'
--- cronscripts/parse-librarian-apache-access-logs.py	2011-12-30 06:47:54 +0000
+++ cronscripts/parse-librarian-apache-access-logs.py	2013-01-07 02:48:21 +0000
@@ -16,7 +16,6 @@
 
 __metaclass__ = type
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 from storm.sqlobject import SQLObjectNotFound

=== modified file 'cronscripts/ppa-generate-keys.py'
--- cronscripts/ppa-generate-keys.py	2011-12-29 05:29:36 +0000
+++ cronscripts/ppa-generate-keys.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 """A cron script that generate missing PPA signing keys."""
 
 __metaclass__ = type

=== modified file 'cronscripts/process-apport-blobs.py'
--- cronscripts/process-apport-blobs.py	2012-01-01 03:14:54 +0000
+++ cronscripts/process-apport-blobs.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """Process uploaded Apport BLOBs."""
 
 __metaclass__ = type

=== modified file 'cronscripts/process-hwdb-submissions.py'
--- cronscripts/process-hwdb-submissions.py	2012-01-01 03:14:54 +0000
+++ cronscripts/process-hwdb-submissions.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """
 Cron job that parses pending HWDB submissions.
 

=== modified file 'cronscripts/process-mail.py'
--- cronscripts/process-mail.py	2012-06-29 08:40:05 +0000
+++ cronscripts/process-mail.py	2013-01-07 02:48:21 +0000
@@ -3,7 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
 """Fetches mail from the mail box and feeds them to the handlers."""
 
 import _pythonpath

=== modified file 'cronscripts/process-pending-packagediffs.py'
--- cronscripts/process-pending-packagediffs.py	2012-01-01 03:14:54 +0000
+++ cronscripts/process-pending-packagediffs.py	2013-01-07 02:48:21 +0000
@@ -3,7 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
 """Process pending PackageDiffs.
 
 Process a optionally limited set of pending PackageDiffs.

=== modified file 'cronscripts/product-release-finder.py'
--- cronscripts/product-release-finder.py	2012-01-01 03:14:54 +0000
+++ cronscripts/product-release-finder.py	2013-01-07 02:48:21 +0000
@@ -3,7 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
 """Upstream Product Release Finder.
 
 Scan FTP and HTTP sites specified for each ProductSeries in the database

=== modified file 'cronscripts/reclaimbranchspace.py'
--- cronscripts/reclaimbranchspace.py	2012-01-01 03:14:54 +0000
+++ cronscripts/reclaimbranchspace.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """Delete from disk branches deleted from the database."""
 
 __metaclass__ = type

=== modified file 'cronscripts/reprocess-hwdb-submissions.py'
--- cronscripts/reprocess-hwdb-submissions.py	2012-06-29 08:40:05 +0000
+++ cronscripts/reprocess-hwdb-submissions.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """
 Cron job that parses pending HWDB submissions.
 

=== modified file 'cronscripts/request_daily_builds.py'
--- cronscripts/request_daily_builds.py	2012-01-01 03:14:54 +0000
+++ cronscripts/request_daily_builds.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """Request builds for stale daily build recipes."""
 
 __metaclass__ = type

=== modified file 'cronscripts/rosetta-approve-imports.py'
--- cronscripts/rosetta-approve-imports.py	2010-04-27 19:48:39 +0000
+++ cronscripts/rosetta-approve-imports.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 """Perform auto-approvals and auto-blocks on translation import queue"""
 
 import _pythonpath

=== modified file 'cronscripts/rosetta-branches.py'
--- cronscripts/rosetta-branches.py	2012-01-01 03:14:54 +0000
+++ cronscripts/rosetta-branches.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """Process branches with translation to import.
 
 This script processes code branches that have new translations imports

=== modified file 'cronscripts/rosetta-export-queue.py'
--- cronscripts/rosetta-export-queue.py	2012-09-28 11:43:16 +0000
+++ cronscripts/rosetta-export-queue.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 import _pythonpath
 
 from lp.services.database.policy import SlaveDatabasePolicy

=== modified file 'cronscripts/rosetta-pofile-stats.py'
--- cronscripts/rosetta-pofile-stats.py	2012-01-01 03:14:54 +0000
+++ cronscripts/rosetta-pofile-stats.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 """Refresh and verify cached POFile translation statistics."""
 
 import _pythonpath

=== modified file 'cronscripts/rosetta-poimport.py'
--- cronscripts/rosetta-poimport.py	2012-01-01 03:14:54 +0000
+++ cronscripts/rosetta-poimport.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 import _pythonpath
 
 from lp.services.config import config

=== modified file 'cronscripts/send-bug-notifications.py'
--- cronscripts/send-bug-notifications.py	2012-03-13 00:45:33 +0000
+++ cronscripts/send-bug-notifications.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 """Send bug notifications.
 
 This script sends out all the pending bug notifications, and sets

=== modified file 'cronscripts/send-person-notifications.py'
--- cronscripts/send-person-notifications.py	2012-01-01 03:14:54 +0000
+++ cronscripts/send-person-notifications.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """Send person notifications.
 
 This script sends out all the pending person notifications, and sets

=== modified file 'cronscripts/sendbranchmail.py'
--- cronscripts/sendbranchmail.py	2012-01-01 03:14:54 +0000
+++ cronscripts/sendbranchmail.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """Send branch mail.
 
 This script sends out all the mail jobs that are pending.

=== modified file 'cronscripts/supermirror-pull.py'
--- cronscripts/supermirror-pull.py	2012-01-01 03:14:54 +0000
+++ cronscripts/supermirror-pull.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 import _pythonpath
 
 from optparse import OptionParser

=== modified file 'cronscripts/translations-export-to-branch.py'
--- cronscripts/translations-export-to-branch.py	2012-01-01 03:14:54 +0000
+++ cronscripts/translations-export-to-branch.py	2013-01-07 02:48:21 +0000
@@ -1,5 +1,4 @@
 #!/usr/bin/python -S
-# pylint: disable-msg=W0403
 #
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).

=== modified file 'cronscripts/update-bugtask-targetnamecaches.py'
--- cronscripts/update-bugtask-targetnamecaches.py	2012-01-01 03:14:54 +0000
+++ cronscripts/update-bugtask-targetnamecaches.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 # This script updates the cached stats in the system
 
 import _pythonpath

=== modified file 'cronscripts/update-bugzilla-remote-components.py'
--- cronscripts/update-bugzilla-remote-components.py	2012-01-01 03:14:54 +0000
+++ cronscripts/update-bugzilla-remote-components.py	2013-01-07 02:48:21 +0000
@@ -3,7 +3,6 @@
 # Copyright 2010-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 import time

=== modified file 'cronscripts/update-cve.py'
--- cronscripts/update-cve.py	2012-01-01 03:14:54 +0000
+++ cronscripts/update-cve.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 """A cron script that fetches the latest database of CVE details and ensures
 that all of the known CVE's are fully registered in Launchpad."""
 

=== modified file 'cronscripts/update-pkgcache.py'
--- cronscripts/update-pkgcache.py	2012-01-01 03:14:54 +0000
+++ cronscripts/update-pkgcache.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 # This script updates the cached source package information in the system.
 # We use this for fast source package searching (as opposed to joining
 # through gazillions of publishing tables).

=== modified file 'cronscripts/update-remote-product.py'
--- cronscripts/update-remote-product.py	2012-01-01 03:14:54 +0000
+++ cronscripts/update-remote-product.py	2013-01-07 02:48:21 +0000
@@ -9,7 +9,6 @@
 by looking it up from one of the product's bug watches.
 """
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 import time

=== modified file 'cronscripts/update-sourceforge-remote-products.py'
--- cronscripts/update-sourceforge-remote-products.py	2012-01-01 03:14:54 +0000
+++ cronscripts/update-sourceforge-remote-products.py	2013-01-07 02:48:21 +0000
@@ -5,7 +5,6 @@
 
 """Cron job to update remote_products using SourceForge project data."""
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 import time

=== modified file 'cronscripts/update-standing.py'
--- cronscripts/update-standing.py	2012-01-01 03:14:54 +0000
+++ cronscripts/update-standing.py	2013-01-07 02:48:21 +0000
@@ -9,7 +9,6 @@
 __all__ = []
 
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 from lp.registry.scripts.standing import UpdatePersonalStanding

=== modified file 'cronscripts/update-stats.py'
--- cronscripts/update-stats.py	2012-01-01 03:14:54 +0000
+++ cronscripts/update-stats.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 # This script updates the cached stats in the system
 
 import _pythonpath

=== modified file 'database/schema/fti.py'
--- database/schema/fti.py	2012-09-28 06:15:58 +0000
+++ database/schema/fti.py	2013-01-07 02:48:21 +0000
@@ -4,8 +4,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 #
 # This modules uses relative imports.
-# pylint: disable-msg=W0403
-
 """
 Add full text indexes to the launchpad database
 """

=== modified file 'database/schema/online_fti_updater.py'
--- database/schema/online_fti_updater.py	2012-01-01 03:20:03 +0000
+++ database/schema/online_fti_updater.py	2013-01-07 02:48:21 +0000
@@ -9,7 +9,6 @@
 """
 __metaclass__ = type
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 import psycopg

=== modified file 'database/schema/reset_sequences.py'
--- database/schema/reset_sequences.py	2011-12-30 06:47:17 +0000
+++ database/schema/reset_sequences.py	2013-01-07 02:48:21 +0000
@@ -14,7 +14,6 @@
 
 __metaclass__ = type
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 from optparse import OptionParser

=== modified file 'database/schema/unautovacuumable.py'
--- database/schema/unautovacuumable.py	2011-12-30 06:47:17 +0000
+++ database/schema/unautovacuumable.py	2013-01-07 02:48:21 +0000
@@ -16,7 +16,6 @@
 __metaclass__ = type
 __all__ = []
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 from distutils.version import LooseVersion

=== modified file 'lib/contrib/oauth.py'
--- lib/contrib/oauth.py	2011-02-04 14:41:18 +0000
+++ lib/contrib/oauth.py	2013-01-07 02:48:21 +0000
@@ -1,5 +1,3 @@
-# pylint: disable-msg=C0301,E0602,E0211,E0213,W0105,W0231,W0702
-
 import cgi
 import urllib
 import time

=== modified file 'lib/lp/answers/enums.py'
--- lib/lp/answers/enums.py	2011-05-14 15:46:33 +0000
+++ lib/lp/answers/enums.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Question enumerations."""
 
 # Enums are kept separated from the classes that use them to avoid

=== modified file 'lib/lp/answers/interfaces/answercontact.py'
--- lib/lp/answers/interfaces/answercontact.py	2011-12-24 16:54:44 +0000
+++ lib/lp/answers/interfaces/answercontact.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Answer contact interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/interfaces/faq.py'
--- lib/lp/answers/interfaces/faq.py	2011-12-24 16:54:44 +0000
+++ lib/lp/answers/interfaces/faq.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interface for FAQ document."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/interfaces/faqcollection.py'
--- lib/lp/answers/interfaces/faqcollection.py	2011-12-24 16:54:44 +0000
+++ lib/lp/answers/interfaces/faqcollection.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interface for things that contains a collection of FAQs."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/interfaces/faqtarget.py'
--- lib/lp/answers/interfaces/faqtarget.py	2009-06-24 23:10:46 +0000
+++ lib/lp/answers/interfaces/faqtarget.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interface for things that can host IFAQ."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/interfaces/question.py'
--- lib/lp/answers/interfaces/question.py	2011-12-24 16:54:44 +0000
+++ lib/lp/answers/interfaces/question.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for a Question."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/interfaces/questioncollection.py'
--- lib/lp/answers/interfaces/questioncollection.py	2011-12-24 16:54:44 +0000
+++ lib/lp/answers/interfaces/questioncollection.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for a Question."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/interfaces/questionmessage.py'
--- lib/lp/answers/interfaces/questionmessage.py	2011-12-24 16:54:44 +0000
+++ lib/lp/answers/interfaces/questionmessage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Question message interface."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/interfaces/questionreopening.py'
--- lib/lp/answers/interfaces/questionreopening.py	2011-12-24 16:54:44 +0000
+++ lib/lp/answers/interfaces/questionreopening.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interface for a QuestionReopening."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/interfaces/questionsperson.py'
--- lib/lp/answers/interfaces/questionsperson.py	2011-12-24 16:54:44 +0000
+++ lib/lp/answers/interfaces/questionsperson.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 __metaclass__ = type
 __all__ = [
     'IQuestionsPerson',

=== modified file 'lib/lp/answers/interfaces/questionsubscription.py'
--- lib/lp/answers/interfaces/questionsubscription.py	2011-12-24 16:54:44 +0000
+++ lib/lp/answers/interfaces/questionsubscription.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Question subscription interface."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/interfaces/questiontarget.py'
--- lib/lp/answers/interfaces/questiontarget.py	2011-12-30 06:14:56 +0000
+++ lib/lp/answers/interfaces/questiontarget.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for things which have Questions."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/model/answercontact.py'
--- lib/lp/answers/model/answercontact.py	2011-12-30 06:14:56 +0000
+++ lib/lp/answers/model/answercontact.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """SQLBase implementation of  IAnswerContact."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/model/faq.py'
--- lib/lp/answers/model/faq.py	2012-07-27 13:12:41 +0000
+++ lib/lp/answers/model/faq.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """FAQ document models."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/model/questionmessage.py'
--- lib/lp/answers/model/questionmessage.py	2011-12-30 06:14:56 +0000
+++ lib/lp/answers/model/questionmessage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """SQLBase implementation of IQuestionMessage."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/model/questionreopening.py'
--- lib/lp/answers/model/questionreopening.py	2011-12-30 06:14:56 +0000
+++ lib/lp/answers/model/questionreopening.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """SQLBase implementation of IQuestionReopening."""
 
 __metaclass__ = type

=== modified file 'lib/lp/answers/model/questionsubscription.py'
--- lib/lp/answers/model/questionsubscription.py	2011-12-30 06:14:56 +0000
+++ lib/lp/answers/model/questionsubscription.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """SQLBase implementation of IQuestionSubscription."""
 
 __metaclass__ = type

=== modified file 'lib/lp/app/browser/linkchecker.py'
--- lib/lp/app/browser/linkchecker.py	2012-08-07 02:31:56 +0000
+++ lib/lp/app/browser/linkchecker.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 __metaclass__ = type
 __all__ = [
     'LinkCheckerAPI',

=== modified file 'lib/lp/app/validators/__init__.py'
--- lib/lp/app/validators/__init__.py	2012-12-10 13:43:47 +0000
+++ lib/lp/app/validators/__init__.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,W0401,W0231
-
 """Standard validators.
 
 validators in here should be dead simple, as they are mirrored inside

=== modified file 'lib/lp/app/validators/validation.py'
--- lib/lp/app/validators/validation.py	2012-12-10 22:25:44 +0000
+++ lib/lp/app/validators/validation.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/app/widgets/popup.py'
--- lib/lp/app/widgets/popup.py	2012-12-11 00:32:46 +0000
+++ lib/lp/app/widgets/popup.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211
-
 """Single selection widget using a popup to select one item from many."""
 
 __metaclass__ = type

=== modified file 'lib/lp/archivepublisher/htaccess.py'
--- lib/lp/archivepublisher/htaccess.py	2012-05-31 01:57:07 +0000
+++ lib/lp/archivepublisher/htaccess.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 """Writing of htaccess and htpasswd files."""
 
 __metaclass__ = type

=== modified file 'lib/lp/archivepublisher/interfaces/archivesigningkey.py'
--- lib/lp/archivepublisher/interfaces/archivesigningkey.py	2011-12-24 16:54:44 +0000
+++ lib/lp/archivepublisher/interfaces/archivesigningkey.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """ArchiveSigningKey interface."""
 
 __metaclass__ = type

=== modified file 'lib/lp/archivepublisher/interfaces/publisherconfig.py'
--- lib/lp/archivepublisher/interfaces/publisherconfig.py	2011-12-24 16:54:44 +0000
+++ lib/lp/archivepublisher/interfaces/publisherconfig.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """PublisherConfig interface."""
 
 __metaclass__ = type

=== modified file 'lib/lp/archivepublisher/scripts/generate_ppa_htaccess.py'
--- lib/lp/archivepublisher/scripts/generate_ppa_htaccess.py	2012-08-17 11:15:35 +0000
+++ lib/lp/archivepublisher/scripts/generate_ppa_htaccess.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 from datetime import (
     datetime,
     timedelta,

=== modified file 'lib/lp/blueprints/browser/person.py'
--- lib/lp/blueprints/browser/person.py	2012-10-15 04:51:12 +0000
+++ lib/lp/blueprints/browser/person.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213,C0322
-
 __metaclass__ = type
 __all__ = [
     'PersonSpecsMenu',

=== modified file 'lib/lp/blueprints/interfaces/specificationbranch.py'
--- lib/lp/blueprints/interfaces/specificationbranch.py	2011-12-24 16:54:44 +0000
+++ lib/lp/blueprints/interfaces/specificationbranch.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for linking Specifications and Branches."""
 
 __metaclass__ = type

=== modified file 'lib/lp/blueprints/interfaces/specificationbug.py'
--- lib/lp/blueprints/interfaces/specificationbug.py	2011-12-24 16:54:44 +0000
+++ lib/lp/blueprints/interfaces/specificationbug.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for linking between Spec and Bug."""
 
 __metaclass__ = type

=== modified file 'lib/lp/blueprints/interfaces/specificationdependency.py'
--- lib/lp/blueprints/interfaces/specificationdependency.py	2011-12-24 16:54:44 +0000
+++ lib/lp/blueprints/interfaces/specificationdependency.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for creating a dependency for a given specification. The
 dependency is a second specification, so this is really a way of storing the
 order in which specs must be implemented. No attempt is made to prevent

=== modified file 'lib/lp/blueprints/interfaces/specificationmessage.py'
--- lib/lp/blueprints/interfaces/specificationmessage.py	2011-12-21 08:26:19 +0000
+++ lib/lp/blueprints/interfaces/specificationmessage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 """Specification message interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/blueprints/interfaces/specificationsubscription.py'
--- lib/lp/blueprints/interfaces/specificationsubscription.py	2012-09-20 20:25:42 +0000
+++ lib/lp/blueprints/interfaces/specificationsubscription.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Specification subscription interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/blueprints/interfaces/specificationtarget.py'
--- lib/lp/blueprints/interfaces/specificationtarget.py	2012-09-26 20:56:43 +0000
+++ lib/lp/blueprints/interfaces/specificationtarget.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for things which have Specifications."""
 
 __metaclass__ = type

=== modified file 'lib/lp/blueprints/interfaces/sprint.py'
--- lib/lp/blueprints/interfaces/sprint.py	2011-12-24 16:54:44 +0000
+++ lib/lp/blueprints/interfaces/sprint.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for a Sprint (a meeting, conference or hack session).
 
 A Sprint basically consists of a bunch of people getting together to discuss

=== modified file 'lib/lp/blueprints/interfaces/sprintattendance.py'
--- lib/lp/blueprints/interfaces/sprintattendance.py	2011-12-24 16:54:44 +0000
+++ lib/lp/blueprints/interfaces/sprintattendance.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Sprint Attendance interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/blueprints/interfaces/sprintspecification.py'
--- lib/lp/blueprints/interfaces/sprintspecification.py	2011-12-24 16:54:44 +0000
+++ lib/lp/blueprints/interfaces/sprintspecification.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for linking between Sprint and a Specification."""
 
 __metaclass__ = type

=== modified file 'lib/lp/blueprints/model/specificationbranch.py'
--- lib/lp/blueprints/model/specificationbranch.py	2012-04-16 23:02:44 +0000
+++ lib/lp/blueprints/model/specificationbranch.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Database classes for linking specifications and branches."""
 
 __metaclass__ = type

=== modified file 'lib/lp/blueprints/model/specificationbug.py'
--- lib/lp/blueprints/model/specificationbug.py	2011-12-30 06:14:56 +0000
+++ lib/lp/blueprints/model/specificationbug.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 
 __all__ = ['SpecificationBug']

=== modified file 'lib/lp/blueprints/model/specificationdependency.py'
--- lib/lp/blueprints/model/specificationdependency.py	2011-12-30 06:14:56 +0000
+++ lib/lp/blueprints/model/specificationdependency.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 
 __all__ = ['SpecificationDependency']

=== modified file 'lib/lp/blueprints/model/specificationsubscription.py'
--- lib/lp/blueprints/model/specificationsubscription.py	2012-11-26 08:33:03 +0000
+++ lib/lp/blueprints/model/specificationsubscription.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 
 __all__ = ['SpecificationSubscription']

=== modified file 'lib/lp/blueprints/model/sprint.py'
--- lib/lp/blueprints/model/sprint.py	2012-11-15 21:20:16 +0000
+++ lib/lp/blueprints/model/sprint.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'Sprint',

=== modified file 'lib/lp/blueprints/model/sprintattendance.py'
--- lib/lp/blueprints/model/sprintattendance.py	2012-04-16 23:02:44 +0000
+++ lib/lp/blueprints/model/sprintattendance.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 
 __all__ = ['SprintAttendance']

=== modified file 'lib/lp/blueprints/model/sprintspecification.py'
--- lib/lp/blueprints/model/sprintspecification.py	2011-12-30 06:14:56 +0000
+++ lib/lp/blueprints/model/sprintspecification.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 
 __all__ = ['SprintSpecification']

=== modified file 'lib/lp/bugs/externalbugtracker/__init__.py'
--- lib/lp/bugs/externalbugtracker/__init__.py	2011-01-19 00:10:48 +0000
+++ lib/lp/bugs/externalbugtracker/__init__.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0401
-
 """__init__ module for the externalbugtracker package."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/bug.py'
--- lib/lp/bugs/interfaces/bug.py	2012-10-17 14:18:52 +0000
+++ lib/lp/bugs/interfaces/bug.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213,E0602
-
 """Interfaces related to bugs."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/bugactivity.py'
--- lib/lp/bugs/interfaces/bugactivity.py	2012-09-10 06:03:09 +0000
+++ lib/lp/bugs/interfaces/bugactivity.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Bug activity interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/bugattachment.py'
--- lib/lp/bugs/interfaces/bugattachment.py	2011-12-24 16:54:44 +0000
+++ lib/lp/bugs/interfaces/bugattachment.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Bug attachment interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/bugbranch.py'
--- lib/lp/bugs/interfaces/bugbranch.py	2012-01-01 02:58:52 +0000
+++ lib/lp/bugs/interfaces/bugbranch.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for linking BugTasks and Branches."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/bugchange.py'
--- lib/lp/bugs/interfaces/bugchange.py	2011-02-01 12:11:03 +0000
+++ lib/lp/bugs/interfaces/bugchange.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211
-
 """Interfaces for bug changes."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/bugcve.py'
--- lib/lp/bugs/interfaces/bugcve.py	2011-12-24 16:54:44 +0000
+++ lib/lp/bugs/interfaces/bugcve.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """BugCve linker interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/buglink.py'
--- lib/lp/bugs/interfaces/buglink.py	2012-01-01 02:58:52 +0000
+++ lib/lp/bugs/interfaces/buglink.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for objects that can be linked to bugs."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/bugmessage.py'
--- lib/lp/bugs/interfaces/bugmessage.py	2012-06-11 00:47:38 +0000
+++ lib/lp/bugs/interfaces/bugmessage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2004-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Bug message interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/bugnomination.py'
--- lib/lp/bugs/interfaces/bugnomination.py	2012-10-11 18:17:28 +0000
+++ lib/lp/bugs/interfaces/bugnomination.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces related to bug nomination."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/bugnotification.py'
--- lib/lp/bugs/interfaces/bugnotification.py	2012-03-13 00:45:33 +0000
+++ lib/lp/bugs/interfaces/bugnotification.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Bug notifications."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/bugsubscription.py'
--- lib/lp/bugs/interfaces/bugsubscription.py	2012-03-13 00:45:33 +0000
+++ lib/lp/bugs/interfaces/bugsubscription.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Bug subscription interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/bugsupervisor.py'
--- lib/lp/bugs/interfaces/bugsupervisor.py	2012-09-07 20:25:51 +0000
+++ lib/lp/bugs/interfaces/bugsupervisor.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interface for objects which have a bug Supervisor."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/bugtrackerperson.py'
--- lib/lp/bugs/interfaces/bugtrackerperson.py	2012-01-01 02:58:52 +0000
+++ lib/lp/bugs/interfaces/bugtrackerperson.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """BugTrackerPerson interface."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/cve.py'
--- lib/lp/bugs/interfaces/cve.py	2012-01-18 16:15:37 +0000
+++ lib/lp/bugs/interfaces/cve.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """CVE interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/cvereference.py'
--- lib/lp/bugs/interfaces/cvereference.py	2011-12-24 16:54:44 +0000
+++ lib/lp/bugs/interfaces/cvereference.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Cve Reference interfaces. A CVE Reference is not an old-style cveref,
 it's part of the CVE database structure we get from cve.mitre.org, and
 describes a link between the CVE and another vulnerability tracking system.

=== modified file 'lib/lp/bugs/interfaces/externalbugtracker.py'
--- lib/lp/bugs/interfaces/externalbugtracker.py	2010-04-20 15:44:58 +0000
+++ lib/lp/bugs/interfaces/externalbugtracker.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces declarations for external bugtrackers."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/malone.py'
--- lib/lp/bugs/interfaces/malone.py	2012-12-20 20:01:52 +0000
+++ lib/lp/bugs/interfaces/malone.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces pertaining to the launchpad Malone application."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/interfaces/structuralsubscription.py'
--- lib/lp/bugs/interfaces/structuralsubscription.py	2011-12-24 16:54:44 +0000
+++ lib/lp/bugs/interfaces/structuralsubscription.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 """StructuralSubscription interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/model/bugactivity.py'
--- lib/lp/bugs/model/bugactivity.py	2011-12-30 06:14:56 +0000
+++ lib/lp/bugs/model/bugactivity.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['BugActivity', 'BugActivitySet']
 

=== modified file 'lib/lp/bugs/model/bugattachment.py'
--- lib/lp/bugs/model/bugattachment.py	2011-12-30 06:14:56 +0000
+++ lib/lp/bugs/model/bugattachment.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['BugAttachment', 'BugAttachmentSet']
 

=== modified file 'lib/lp/bugs/model/bugbranch.py'
--- lib/lp/bugs/model/bugbranch.py	2012-06-13 06:50:33 +0000
+++ lib/lp/bugs/model/bugbranch.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Database classes for linking bugtasks and branches."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/model/bugcve.py'
--- lib/lp/bugs/model/bugcve.py	2011-12-30 06:14:56 +0000
+++ lib/lp/bugs/model/bugcve.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['BugCve']
 

=== modified file 'lib/lp/bugs/model/buglinktarget.py'
--- lib/lp/bugs/model/buglinktarget.py	2011-12-24 17:49:30 +0000
+++ lib/lp/bugs/model/buglinktarget.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [ 'BugLinkTargetMixin' ]
 

=== modified file 'lib/lp/bugs/model/bugmessage.py'
--- lib/lp/bugs/model/bugmessage.py	2011-12-30 06:14:56 +0000
+++ lib/lp/bugs/model/bugmessage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['BugMessage', 'BugMessageSet']
 

=== modified file 'lib/lp/bugs/model/bugnomination.py'
--- lib/lp/bugs/model/bugnomination.py	2012-10-11 15:19:59 +0000
+++ lib/lp/bugs/model/bugnomination.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Database classes related to bug nomination.
 
 A bug nomination is a suggestion from a user that a bug be fixed in a

=== modified file 'lib/lp/bugs/model/bugnotification.py'
--- lib/lp/bugs/model/bugnotification.py	2012-03-13 00:45:33 +0000
+++ lib/lp/bugs/model/bugnotification.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Bug notifications."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/model/bugset.py'
--- lib/lp/bugs/model/bugset.py	2010-08-20 20:31:18 +0000
+++ lib/lp/bugs/model/bugset.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['BugSetBase']
 

=== modified file 'lib/lp/bugs/model/bugsubscription.py'
--- lib/lp/bugs/model/bugsubscription.py	2012-03-13 00:45:33 +0000
+++ lib/lp/bugs/model/bugsubscription.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['BugSubscription']
 

=== modified file 'lib/lp/bugs/model/bugtracker.py'
--- lib/lp/bugs/model/bugtracker.py	2012-09-28 06:25:44 +0000
+++ lib/lp/bugs/model/bugtracker.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'BugTracker',

=== modified file 'lib/lp/bugs/model/cve.py'
--- lib/lp/bugs/model/cve.py	2012-02-28 04:24:19 +0000
+++ lib/lp/bugs/model/cve.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/bugs/model/cvereference.py'
--- lib/lp/bugs/model/cvereference.py	2011-12-30 06:14:56 +0000
+++ lib/lp/bugs/model/cvereference.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['CveReference']
 

=== modified file 'lib/lp/bugs/scripts/bugnotification.py'
--- lib/lp/bugs/scripts/bugnotification.py	2012-08-06 03:47:42 +0000
+++ lib/lp/bugs/scripts/bugnotification.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0702
-
 """Functions related to sending bug notifications."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/scripts/debbugs.py'
--- lib/lp/bugs/scripts/debbugs.py	2012-08-09 16:13:51 +0000
+++ lib/lp/bugs/scripts/debbugs.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0703
-
 import cStringIO
 from datetime import datetime
 import email

=== modified file 'lib/lp/bugs/tests/externalbugtracker.py'
--- lib/lp/bugs/tests/externalbugtracker.py	2012-11-02 03:23:34 +0000
+++ lib/lp/bugs/tests/externalbugtracker.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0231,E0702,W0108
-
 """Helper classes for testing ExternalSystem."""
 
 __metaclass__ = type

=== modified file 'lib/lp/bugs/tests/test_bugtarget.py'
--- lib/lp/bugs/tests/test_bugtarget.py	2012-06-06 16:04:34 +0000
+++ lib/lp/bugs/tests/test_bugtarget.py	2013-01-07 02:48:21 +0000
@@ -7,8 +7,6 @@
 ProjectGroup, DistributionSourcePackage, and DistroSeries implementations
 IBugTarget. It runs the bugtarget-questiontarget.txt test.
 """
-# pylint: disable-msg=C0103
-
 __metaclass__ = type
 
 __all__ = []

=== modified file 'lib/lp/buildmaster/enums.py'
--- lib/lp/buildmaster/enums.py	2011-11-14 08:30:52 +0000
+++ lib/lp/buildmaster/enums.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Common build interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/buildmaster/interfaces/builder.py'
--- lib/lp/buildmaster/interfaces/builder.py	2013-01-03 00:27:37 +0000
+++ lib/lp/buildmaster/interfaces/builder.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Builder interfaces."""
 
 __metaclass__ = type
@@ -51,7 +49,6 @@
 from lp.app.validators.url import builder_url_validator
 from lp.registry.interfaces.role import IHasOwner
 from lp.services.fields import (
-    Description,
     PersonChoice,
     Title,
     )

=== modified file 'lib/lp/buildmaster/interfaces/buildfarmjob.py'
--- lib/lp/buildmaster/interfaces/buildfarmjob.py	2013-01-04 05:06:49 +0000
+++ lib/lp/buildmaster/interfaces/buildfarmjob.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2013 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interface for Soyuz build farm jobs."""
 
 __metaclass__ = type

=== modified file 'lib/lp/buildmaster/interfaces/buildfarmjobbehavior.py'
--- lib/lp/buildmaster/interfaces/buildfarmjobbehavior.py	2010-11-16 10:55:23 +0000
+++ lib/lp/buildmaster/interfaces/buildfarmjobbehavior.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interface for build farm job behaviors."""
 
 __metaclass__ = type

=== modified file 'lib/lp/buildmaster/interfaces/buildqueue.py'
--- lib/lp/buildmaster/interfaces/buildqueue.py	2011-12-24 16:54:44 +0000
+++ lib/lp/buildmaster/interfaces/buildqueue.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Build interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/buildmaster/model/builder.py'
--- lib/lp/buildmaster/model/builder.py	2012-10-01 05:29:04 +0000
+++ lib/lp/buildmaster/model/builder.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009,2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/buildmaster/model/buildfarmjobbehavior.py'
--- lib/lp/buildmaster/model/buildfarmjobbehavior.py	2012-01-11 08:52:22 +0000
+++ lib/lp/buildmaster/model/buildfarmjobbehavior.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Base and idle BuildFarmJobBehavior classes."""
 
 __metaclass__ = type

=== modified file 'lib/lp/buildmaster/model/buildqueue.py'
--- lib/lp/buildmaster/model/buildqueue.py	2012-09-28 06:25:44 +0000
+++ lib/lp/buildmaster/model/buildqueue.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/buildmaster/tests/test_buildqueue.py'
--- lib/lp/buildmaster/tests/test_buildqueue.py	2012-09-28 06:25:44 +0000
+++ lib/lp/buildmaster/tests/test_buildqueue.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,5 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
-# pylint: disable-msg=C0324
-
 """Test BuildQueue features."""
 
 from datetime import (

=== modified file 'lib/lp/code/browser/branchmergeproposal.py'
--- lib/lp/code/browser/branchmergeproposal.py	2012-11-29 20:43:34 +0000
+++ lib/lp/code/browser/branchmergeproposal.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0322,F0401
-
 """Views, navigation and actions for BranchMergeProposals."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/browser/tests/test_branchmergeproposal.py'
--- lib/lp/code/browser/tests/test_branchmergeproposal.py	2012-12-26 01:32:19 +0000
+++ lib/lp/code/browser/tests/test_branchmergeproposal.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=F0401
-
 
 """Unit tests for BranchMergeProposals."""
 

=== modified file 'lib/lp/code/browser/tests/test_sourcepackagerecipebuild.py'
--- lib/lp/code/browser/tests/test_sourcepackagerecipebuild.py	2012-04-24 13:14:58 +0000
+++ lib/lp/code/browser/tests/test_sourcepackagerecipebuild.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,5 @@
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
-# pylint: disable-msg=F0401,E1002
-
 """Tests for the source package recipe view classes and templates."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/event/branchmergeproposal.py'
--- lib/lp/code/event/branchmergeproposal.py	2010-10-18 03:39:28 +0000
+++ lib/lp/code/event/branchmergeproposal.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Event implementation classes for branch merge proposal events."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/branch.py'
--- lib/lp/code/interfaces/branch.py	2012-12-26 01:04:05 +0000
+++ lib/lp/code/interfaces/branch.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213,F0401,W0611
-
 """Branch interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/branchcollection.py'
--- lib/lp/code/interfaces/branchcollection.py	2012-10-18 19:06:48 +0000
+++ lib/lp/code/interfaces/branchcollection.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211, E0213
-
 """A collection of branches.
 
 See `IBranchCollection` for more details.

=== modified file 'lib/lp/code/interfaces/branchjob.py'
--- lib/lp/code/interfaces/branchjob.py	2011-12-24 16:54:44 +0000
+++ lib/lp/code/interfaces/branchjob.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """BranchJob interfaces."""
 
 

=== modified file 'lib/lp/code/interfaces/branchlookup.py'
--- lib/lp/code/interfaces/branchlookup.py	2012-07-24 06:39:54 +0000
+++ lib/lp/code/interfaces/branchlookup.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 """Utility for looking up branches by name."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/branchmergeproposal.py'
--- lib/lp/code/interfaces/branchmergeproposal.py	2012-04-27 16:22:05 +0000
+++ lib/lp/code/interfaces/branchmergeproposal.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """The interface for branch merge proposals."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/branchmergequeuecollection.py'
--- lib/lp/code/interfaces/branchmergequeuecollection.py	2010-11-01 12:41:14 +0000
+++ lib/lp/code/interfaces/branchmergequeuecollection.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211, E0213
-
 """A collection of branche merge queues.
 
 See `IBranchMergeQueueCollection` for more details.

=== modified file 'lib/lp/code/interfaces/branchnamespace.py'
--- lib/lp/code/interfaces/branchnamespace.py	2012-12-11 16:36:21 +0000
+++ lib/lp/code/interfaces/branchnamespace.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213,E0211
-
 """Interface for a branch namespace."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/branchpuller.py'
--- lib/lp/code/interfaces/branchpuller.py	2010-08-20 20:31:18 +0000
+++ lib/lp/code/interfaces/branchpuller.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """The public interface to the model of the branch puller."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/branchref.py'
--- lib/lp/code/interfaces/branchref.py	2011-12-24 16:54:44 +0000
+++ lib/lp/code/interfaces/branchref.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 __metaclass__ = type
 __all__ = [
     'IBranchRef',

=== modified file 'lib/lp/code/interfaces/branchrevision.py'
--- lib/lp/code/interfaces/branchrevision.py	2011-12-24 16:54:44 +0000
+++ lib/lp/code/interfaces/branchrevision.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """BranchRevision interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/branchsubscription.py'
--- lib/lp/code/interfaces/branchsubscription.py	2011-12-24 16:54:44 +0000
+++ lib/lp/code/interfaces/branchsubscription.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Bug subscription interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/branchtarget.py'
--- lib/lp/code/interfaces/branchtarget.py	2011-12-24 16:54:44 +0000
+++ lib/lp/code/interfaces/branchtarget.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 """Interface for branch targets.
 
 A branch target is the 'thing' that a branch is on. Branches in Launchpad are

=== modified file 'lib/lp/code/interfaces/codehosting.py'
--- lib/lp/code/interfaces/codehosting.py	2012-01-01 02:58:52 +0000
+++ lib/lp/code/interfaces/codehosting.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Internal Codehosting API interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/codeimport.py'
--- lib/lp/code/interfaces/codeimport.py	2012-06-29 08:40:05 +0000
+++ lib/lp/code/interfaces/codeimport.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Code import interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/codeimportevent.py'
--- lib/lp/code/interfaces/codeimportevent.py	2011-12-24 16:54:44 +0000
+++ lib/lp/code/interfaces/codeimportevent.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Code import audit trail interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/codeimportjob.py'
--- lib/lp/code/interfaces/codeimportjob.py	2011-12-24 16:54:44 +0000
+++ lib/lp/code/interfaces/codeimportjob.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces and enumeratrions for CodeImportJobs.
 
 CodeImportJobs represent pending and running updates of a code import.

=== modified file 'lib/lp/code/interfaces/codeimportmachine.py'
--- lib/lp/code/interfaces/codeimportmachine.py	2011-12-24 16:54:44 +0000
+++ lib/lp/code/interfaces/codeimportmachine.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Code import machine interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/codeimportresult.py'
--- lib/lp/code/interfaces/codeimportresult.py	2011-12-24 16:54:44 +0000
+++ lib/lp/code/interfaces/codeimportresult.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interface classes for CodeImportResult, i.e. completed code import jobs."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/codeimportscheduler.py'
--- lib/lp/code/interfaces/codeimportscheduler.py	2011-12-24 17:49:30 +0000
+++ lib/lp/code/interfaces/codeimportscheduler.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 """Code import scheduler interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/codereviewcomment.py'
--- lib/lp/code/interfaces/codereviewcomment.py	2011-12-24 16:54:44 +0000
+++ lib/lp/code/interfaces/codereviewcomment.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211
-
 """CodeReviewComment interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/hasbranches.py'
--- lib/lp/code/interfaces/hasbranches.py	2011-12-24 16:54:44 +0000
+++ lib/lp/code/interfaces/hasbranches.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 """Interface definitions for IHas<code related bits>."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/linkedbranch.py'
--- lib/lp/code/interfaces/linkedbranch.py	2010-08-20 20:31:18 +0000
+++ lib/lp/code/interfaces/linkedbranch.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 """Interface for objects that have a linked branch.
 
 A linked branch is a branch that's somehow officially related to an object. It

=== modified file 'lib/lp/code/interfaces/revision.py'
--- lib/lp/code/interfaces/revision.py	2012-02-22 17:19:58 +0000
+++ lib/lp/code/interfaces/revision.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Revision interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/revisioncache.py'
--- lib/lp/code/interfaces/revisioncache.py	2009-07-17 02:25:09 +0000
+++ lib/lp/code/interfaces/revisioncache.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211, E0213
-
 """A collection of revisions.
 
 See `IRevisionCollection` for more details.

=== modified file 'lib/lp/code/interfaces/seriessourcepackagebranch.py'
--- lib/lp/code/interfaces/seriessourcepackagebranch.py	2011-12-24 16:54:44 +0000
+++ lib/lp/code/interfaces/seriessourcepackagebranch.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 """Interface for linking source packages in distroseries to branches."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/interfaces/sourcepackagerecipe.py'
--- lib/lp/code/interfaces/sourcepackagerecipe.py	2012-08-15 01:04:53 +0000
+++ lib/lp/code/interfaces/sourcepackagerecipe.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213,F0401
-
 """Interface of the `SourcePackageRecipe` content type."""
 
 

=== modified file 'lib/lp/code/interfaces/sourcepackagerecipebuild.py'
--- lib/lp/code/interfaces/sourcepackagerecipebuild.py	2011-12-24 16:54:44 +0000
+++ lib/lp/code/interfaces/sourcepackagerecipebuild.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213,E0211
-
 """Interfaces for source package builds."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/model/branchrevision.py'
--- lib/lp/code/model/branchrevision.py	2011-03-29 11:36:29 +0000
+++ lib/lp/code/model/branchrevision.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'BranchRevision',

=== modified file 'lib/lp/code/model/branchsubscription.py'
--- lib/lp/code/model/branchsubscription.py	2011-12-30 06:14:56 +0000
+++ lib/lp/code/model/branchsubscription.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['BranchSubscription']
 

=== modified file 'lib/lp/code/model/codeimportevent.py'
--- lib/lp/code/model/codeimportevent.py	2012-06-15 13:55:02 +0000
+++ lib/lp/code/model/codeimportevent.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Database classes related to and including CodeImportEvent."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/model/codeimportmachine.py'
--- lib/lp/code/model/codeimportmachine.py	2012-04-16 23:02:44 +0000
+++ lib/lp/code/model/codeimportmachine.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Database classes including and related to CodeImportMachine."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/model/revision.py'
--- lib/lp/code/model/revision.py	2012-12-05 17:01:17 +0000
+++ lib/lp/code/model/revision.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'Revision',

=== modified file 'lib/lp/code/model/seriessourcepackagebranch.py'
--- lib/lp/code/model/seriessourcepackagebranch.py	2012-09-28 06:25:44 +0000
+++ lib/lp/code/model/seriessourcepackagebranch.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0231
-
 """The content classes for links from source packages to branches.."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/model/sourcepackagerecipebuild.py'
--- lib/lp/code/model/sourcepackagerecipebuild.py	2012-06-29 08:40:05 +0000
+++ lib/lp/code/model/sourcepackagerecipebuild.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2010-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=F0401,E1002
-
 """Implementation code for source package builds."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/model/sourcepackagerecipedata.py'
--- lib/lp/code/model/sourcepackagerecipedata.py	2012-02-11 02:28:33 +0000
+++ lib/lp/code/model/sourcepackagerecipedata.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=F0401,E1002
-
 """Implementation of the recipe storage.
 
 This is purely an implementation detail of SourcePackageRecipe.recipe_data and

=== modified file 'lib/lp/code/model/tests/test_branch.py'
--- lib/lp/code/model/tests/test_branch.py	2012-10-11 09:42:54 +0000
+++ lib/lp/code/model/tests/test_branch.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=F0401,E1002
-
 """Tests for Branches."""
 
 

=== modified file 'lib/lp/code/model/tests/test_hasrecipes.py'
--- lib/lp/code/model/tests/test_hasrecipes.py	2012-01-01 02:58:52 +0000
+++ lib/lp/code/model/tests/test_hasrecipes.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=F0401
-
 """Tests for classes that implement IHasRecipes."""
 
 __metaclass__ = type

=== modified file 'lib/lp/code/model/tests/test_recipebuilder.py'
--- lib/lp/code/model/tests/test_recipebuilder.py	2012-04-24 06:25:55 +0000
+++ lib/lp/code/model/tests/test_recipebuilder.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 
 """Test RecipeBuildBehavior."""
 
-# pylint: disable-msg=F0401
-
 __metaclass__ = type
 
 from textwrap import dedent

=== modified file 'lib/lp/code/xmlrpc/branch.py'
--- lib/lp/code/xmlrpc/branch.py	2012-10-31 14:29:13 +0000
+++ lib/lp/code/xmlrpc/branch.py	2013-01-07 02:48:21 +0000
@@ -1,9 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# Disable pylint 'should have "self" as first argument' warnings.
-# pylint: disable-msg=E0213
-
 """Branch XMLRPC API."""
 
 __metaclass__ = type

=== modified file 'lib/lp/codehosting/codeimport/tests/test_uifactory.py'
--- lib/lp/codehosting/codeimport/tests/test_uifactory.py	2011-08-12 11:37:08 +0000
+++ lib/lp/codehosting/codeimport/tests/test_uifactory.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0102
-
 """Tests for `LoggingUIFactory`."""
 
 __metaclass__ = type

=== modified file 'lib/lp/codehosting/codeimport/workermonitor.py'
--- lib/lp/codehosting/codeimport/workermonitor.py	2012-10-18 07:24:39 +0000
+++ lib/lp/codehosting/codeimport/workermonitor.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0702
-
 """Code to talk to the database about what the worker script is doing."""
 
 __metaclass__ = type

=== modified file 'lib/lp/codehosting/puller/scheduler.py'
--- lib/lp/codehosting/puller/scheduler.py	2012-01-01 02:58:52 +0000
+++ lib/lp/codehosting/puller/scheduler.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0702
-
 __metaclass__ = type
 __all__ = [
     'BadMessage',

=== modified file 'lib/lp/codehosting/puller/tests/test_worker.py'
--- lib/lp/codehosting/puller/tests/test_worker.py	2011-12-11 21:52:16 +0000
+++ lib/lp/codehosting/puller/tests/test_worker.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0231
-
 """Unit tests for worker.py."""
 
 __metaclass__ = type

=== modified file 'lib/lp/codehosting/scanner/tests/test_bzrsync.py'
--- lib/lp/codehosting/scanner/tests/test_bzrsync.py	2012-06-26 09:40:51 +0000
+++ lib/lp/codehosting/scanner/tests/test_bzrsync.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0141
-
 import datetime
 import os
 import random

=== modified file 'lib/lp/codehosting/vfs/branchfs.py'
--- lib/lp/codehosting/vfs/branchfs.py	2012-10-31 17:22:29 +0000
+++ lib/lp/codehosting/vfs/branchfs.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 """The Launchpad code hosting file system.
 
 The way Launchpad presents branches is very different from the way it stores

=== modified file 'lib/lp/codehosting/vfs/tests/test_branchfs.py'
--- lib/lp/codehosting/vfs/tests/test_branchfs.py	2012-02-24 16:51:25 +0000
+++ lib/lp/codehosting/vfs/tests/test_branchfs.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0231
-
 """Tests for the branch filesystem."""
 
 __metaclass__ = type

=== modified file 'lib/lp/codehosting/vfs/tests/test_branchfsclient.py'
--- lib/lp/codehosting/vfs/tests/test_branchfsclient.py	2011-12-19 23:38:16 +0000
+++ lib/lp/codehosting/vfs/tests/test_branchfsclient.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0702
-
 """Tests for branchfsclient."""
 
 __metaclass__ = type

=== modified file 'lib/lp/codehosting/vfs/transport.py'
--- lib/lp/codehosting/vfs/transport.py	2012-07-18 11:06:32 +0000
+++ lib/lp/codehosting/vfs/transport.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0702,W0231
-
 """Transport utilities for the codehosting system.
 
 The code hosting filesystem is implemented using Bazaar transports. This

=== modified file 'lib/lp/coop/answersbugs/interfaces.py'
--- lib/lp/coop/answersbugs/interfaces.py	2011-12-24 16:54:44 +0000
+++ lib/lp/coop/answersbugs/interfaces.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for linking between an IQuestion and an IBug."""
 
 __metaclass__ = type

=== modified file 'lib/lp/coop/answersbugs/model.py'
--- lib/lp/coop/answersbugs/model.py	2011-12-30 06:14:56 +0000
+++ lib/lp/coop/answersbugs/model.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """SQLBase implementation of IQuestionBug."""
 
 __metaclass__ = type

=== modified file 'lib/lp/hardwaredb/interfaces/hwdb.py'
--- lib/lp/hardwaredb/interfaces/hwdb.py	2012-01-01 02:58:52 +0000
+++ lib/lp/hardwaredb/interfaces/hwdb.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces related to the hardware database."""
 
 __metaclass__ = type

=== modified file 'lib/lp/hardwaredb/model/hwdb.py'
--- lib/lp/hardwaredb/model/hwdb.py	2012-09-28 06:25:44 +0000
+++ lib/lp/hardwaredb/model/hwdb.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Hardware database related table classes."""
 
 __all__ = [

=== modified file 'lib/lp/registry/browser/person.py'
--- lib/lp/registry/browser/person.py	2012-12-12 04:59:52 +0000
+++ lib/lp/registry/browser/person.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213,C0322
-
 """Person-related view classes."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/codeofconduct.py'
--- lib/lp/registry/interfaces/codeofconduct.py	2011-12-24 16:54:44 +0000
+++ lib/lp/registry/interfaces/codeofconduct.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for CodeOfConduct (CoC) and related classes.
 
 https://launchpad.canonical.com/CodeOfConduct

=== modified file 'lib/lp/registry/interfaces/commercialsubscription.py'
--- lib/lp/registry/interfaces/commercialsubscription.py	2012-06-08 14:59:40 +0000
+++ lib/lp/registry/interfaces/commercialsubscription.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces including and related to ICommercialSubscription."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/distributionmirror.py'
--- lib/lp/registry/interfaces/distributionmirror.py	2012-11-29 05:52:36 +0000
+++ lib/lp/registry/interfaces/distributionmirror.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/registry/interfaces/distributionsourcepackage.py'
--- lib/lp/registry/interfaces/distributionsourcepackage.py	2012-02-08 06:00:46 +0000
+++ lib/lp/registry/interfaces/distributionsourcepackage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Source package in Distribution interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/distroseriesparent.py'
--- lib/lp/registry/interfaces/distroseriesparent.py	2011-12-24 16:54:44 +0000
+++ lib/lp/registry/interfaces/distroseriesparent.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """DistroSeriesParent interface."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/featuredproject.py'
--- lib/lp/registry/interfaces/featuredproject.py	2010-08-20 20:31:18 +0000
+++ lib/lp/registry/interfaces/featuredproject.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211
-
 """Featured project interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/irc.py'
--- lib/lp/registry/interfaces/irc.py	2012-01-06 11:08:30 +0000
+++ lib/lp/registry/interfaces/irc.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """IRC interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/jabber.py'
--- lib/lp/registry/interfaces/jabber.py	2012-01-06 11:08:30 +0000
+++ lib/lp/registry/interfaces/jabber.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Jabber interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/karma.py'
--- lib/lp/registry/interfaces/karma.py	2011-12-24 16:54:44 +0000
+++ lib/lp/registry/interfaces/karma.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Karma interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/location.py'
--- lib/lp/registry/interfaces/location.py	2012-02-16 21:52:58 +0000
+++ lib/lp/registry/interfaces/location.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Location interface.
 
 An object can have a location, which includes geographic coordinates and a

=== modified file 'lib/lp/registry/interfaces/mailinglist.py'
--- lib/lp/registry/interfaces/mailinglist.py	2012-12-19 21:02:33 +0000
+++ lib/lp/registry/interfaces/mailinglist.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Mailing list interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/milestone.py'
--- lib/lp/registry/interfaces/milestone.py	2012-11-26 08:33:03 +0000
+++ lib/lp/registry/interfaces/milestone.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Milestone interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/packaging.py'
--- lib/lp/registry/interfaces/packaging.py	2012-09-17 21:05:39 +0000
+++ lib/lp/registry/interfaces/packaging.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Packaging interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/personnotification.py'
--- lib/lp/registry/interfaces/personnotification.py	2011-12-24 16:54:44 +0000
+++ lib/lp/registry/interfaces/personnotification.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Person notifications."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/personproduct.py'
--- lib/lp/registry/interfaces/personproduct.py	2012-09-19 20:16:11 +0000
+++ lib/lp/registry/interfaces/personproduct.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 """A person's view on a product."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/pillar.py'
--- lib/lp/registry/interfaces/pillar.py	2012-11-21 19:38:47 +0000
+++ lib/lp/registry/interfaces/pillar.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Launchpad Pillars share a namespace.
 
 Pillars are currently Product, ProjectGroup and Distribution.

=== modified file 'lib/lp/registry/interfaces/poll.py'
--- lib/lp/registry/interfaces/poll.py	2011-12-24 16:54:44 +0000
+++ lib/lp/registry/interfaces/poll.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 __all__ = [
     'IPoll',
     'IPollSet',

=== modified file 'lib/lp/registry/interfaces/productseries.py'
--- lib/lp/registry/interfaces/productseries.py	2012-12-05 09:55:39 +0000
+++ lib/lp/registry/interfaces/productseries.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Product series interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/projectgroup.py'
--- lib/lp/registry/interfaces/projectgroup.py	2012-10-12 02:47:16 +0000
+++ lib/lp/registry/interfaces/projectgroup.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """ProjectGroup-related interfaces for Launchpad."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/sourcepackage.py'
--- lib/lp/registry/interfaces/sourcepackage.py	2012-06-20 16:12:01 +0000
+++ lib/lp/registry/interfaces/sourcepackage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009, 2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Source package interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/sourcepackagename.py'
--- lib/lp/registry/interfaces/sourcepackagename.py	2012-09-26 08:12:48 +0000
+++ lib/lp/registry/interfaces/sourcepackagename.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Source package name interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/ssh.py'
--- lib/lp/registry/interfaces/ssh.py	2011-12-24 16:54:44 +0000
+++ lib/lp/registry/interfaces/ssh.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """SSH key interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/teammembership.py'
--- lib/lp/registry/interfaces/teammembership.py	2012-08-01 15:24:31 +0000
+++ lib/lp/registry/interfaces/teammembership.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Team membership interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/interfaces/wikiname.py'
--- lib/lp/registry/interfaces/wikiname.py	2012-01-06 11:08:30 +0000
+++ lib/lp/registry/interfaces/wikiname.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 __all__ = [
     'IWikiName',
     'IWikiNameSet',

=== modified file 'lib/lp/registry/model/codeofconduct.py'
--- lib/lp/registry/model/codeofconduct.py	2012-11-15 19:02:53 +0000
+++ lib/lp/registry/model/codeofconduct.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
 """A module for CodeOfConduct (CoC) related classes.
 
 https://launchpad.canonical.com/CodeOfConduct

=== modified file 'lib/lp/registry/model/distributionmirror.py'
--- lib/lp/registry/model/distributionmirror.py	2012-09-28 06:25:44 +0000
+++ lib/lp/registry/model/distributionmirror.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Module docstring goes here."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/model/gpgkey.py'
--- lib/lp/registry/model/gpgkey.py	2012-12-26 01:12:37 +0000
+++ lib/lp/registry/model/gpgkey.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['GPGKey', 'GPGKeySet']
 

=== modified file 'lib/lp/registry/model/karma.py'
--- lib/lp/registry/model/karma.py	2011-12-30 06:14:56 +0000
+++ lib/lp/registry/model/karma.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'Karma',

=== modified file 'lib/lp/registry/model/mailinglist.py'
--- lib/lp/registry/model/mailinglist.py	2012-10-10 17:35:22 +0000
+++ lib/lp/registry/model/mailinglist.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/registry/model/milestone.py'
--- lib/lp/registry/model/milestone.py	2012-12-26 01:04:05 +0000
+++ lib/lp/registry/model/milestone.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
 """Milestone model classes."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/model/packaging.py'
--- lib/lp/registry/model/packaging.py	2012-10-19 08:25:36 +0000
+++ lib/lp/registry/model/packaging.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['Packaging', 'PackagingUtil']
 

=== modified file 'lib/lp/registry/model/pillar.py'
--- lib/lp/registry/model/pillar.py	2012-09-28 06:25:44 +0000
+++ lib/lp/registry/model/pillar.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Launchpad Pillars share a namespace.
 
 Pillars are currently Product, ProjectGroup and Distribution.

=== modified file 'lib/lp/registry/model/poll.py'
--- lib/lp/registry/model/poll.py	2011-12-30 06:14:56 +0000
+++ lib/lp/registry/model/poll.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'Poll',

=== modified file 'lib/lp/registry/model/productseries.py'
--- lib/lp/registry/model/productseries.py	2012-12-06 13:33:46 +0000
+++ lib/lp/registry/model/productseries.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
 """Models for `IProductSeries`."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/model/projectgroup.py'
--- lib/lp/registry/model/projectgroup.py	2012-12-06 13:33:46 +0000
+++ lib/lp/registry/model/projectgroup.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
 """Launchpad ProjectGroup-related Database Table Objects."""
 
 __metaclass__ = type

=== modified file 'lib/lp/registry/model/sourcepackagename.py'
--- lib/lp/registry/model/sourcepackagename.py	2012-09-26 08:12:48 +0000
+++ lib/lp/registry/model/sourcepackagename.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'SourcePackageName',

=== modified file 'lib/lp/registry/model/teammembership.py'
--- lib/lp/registry/model/teammembership.py	2012-08-24 05:09:51 +0000
+++ lib/lp/registry/model/teammembership.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'find_team_participations',

=== modified file 'lib/lp/scripts/runlaunchpad.py'
--- lib/lp/scripts/runlaunchpad.py	2012-06-29 08:40:05 +0000
+++ lib/lp/scripts/runlaunchpad.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0603
-
 __metaclass__ = type
 __all__ = ['start_launchpad']
 

=== modified file 'lib/lp/scripts/utilities/killservice.py'
--- lib/lp/scripts/utilities/killservice.py	2012-06-29 08:40:05 +0000
+++ lib/lp/scripts/utilities/killservice.py	2013-01-07 02:48:21 +0000
@@ -4,7 +4,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # This module uses relative imports.
-# pylint: disable-msg=W0403
 __metaclass__ = type
 
 import logging

=== modified file 'lib/lp/services/authserver/interfaces.py'
--- lib/lp/services/authserver/interfaces.py	2011-12-24 17:49:30 +0000
+++ lib/lp/services/authserver/interfaces.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 """Interface for the XML-RPC authentication server."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/config/tests/test_config.py'
--- lib/lp/services/config/tests/test_config.py	2012-06-29 08:40:05 +0000
+++ lib/lp/services/config/tests/test_config.py	2013-01-07 02:48:21 +0000
@@ -2,8 +2,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # We know we are not using root and handlers.
-# pylint: disable-msg=W0612
-
 """Test lp.services.config."""
 
 

=== modified file 'lib/lp/services/database/decoratedresultset.py'
--- lib/lp/services/database/decoratedresultset.py	2012-11-21 07:27:18 +0000
+++ lib/lp/services/database/decoratedresultset.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'DecoratedResultSet',

=== modified file 'lib/lp/services/feeds/interfaces/feed.py'
--- lib/lp/services/feeds/interfaces/feed.py	2012-01-01 02:58:52 +0000
+++ lib/lp/services/feeds/interfaces/feed.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for feeds generation."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/geoip/interfaces.py'
--- lib/lp/services/geoip/interfaces.py	2010-10-25 05:33:20 +0000
+++ lib/lp/services/geoip/interfaces.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 from zope.interface import (
     Attribute,
     Interface,

=== modified file 'lib/lp/services/googlesearch/__init__.py'
--- lib/lp/services/googlesearch/__init__.py	2012-06-29 08:40:05 +0000
+++ lib/lp/services/googlesearch/__init__.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for searching and working with results."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/googlesearch/interfaces.py'
--- lib/lp/services/googlesearch/interfaces.py	2011-12-24 16:54:44 +0000
+++ lib/lp/services/googlesearch/interfaces.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for searching and working with results."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/identity/interfaces/account.py'
--- lib/lp/services/identity/interfaces/account.py	2012-12-05 18:43:04 +0000
+++ lib/lp/services/identity/interfaces/account.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
 """Account interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/identity/interfaces/emailaddress.py'
--- lib/lp/services/identity/interfaces/emailaddress.py	2012-06-07 21:40:12 +0000
+++ lib/lp/services/identity/interfaces/emailaddress.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """EmailAddress interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/identity/model/emailaddress.py'
--- lib/lp/services/identity/model/emailaddress.py	2012-06-14 05:18:22 +0000
+++ lib/lp/services/identity/model/emailaddress.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'EmailAddress',

=== modified file 'lib/lp/services/job/interfaces/job.py'
--- lib/lp/services/job/interfaces/job.py	2012-07-25 20:00:06 +0000
+++ lib/lp/services/job/interfaces/job.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213,E0211
-
 """Interfaces including and related to IJob."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/librarian/interfaces/__init__.py'
--- lib/lp/services/librarian/interfaces/__init__.py	2011-12-30 02:24:09 +0000
+++ lib/lp/services/librarian/interfaces/__init__.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Librarian interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/librarian/interfaces/client.py'
--- lib/lp/services/librarian/interfaces/client.py	2012-11-29 19:56:21 +0000
+++ lib/lp/services/librarian/interfaces/client.py	2013-01-07 02:48:21 +0000
@@ -2,7 +2,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # PyLint doesn't grok Zope interfaces.
-# pylint: disable-msg=E0213
 __metaclass__ = type
 __all__ = [
     'DownloadFailed',

=== modified file 'lib/lp/services/mail/interfaces.py'
--- lib/lp/services/mail/interfaces.py	2011-12-24 16:54:44 +0000
+++ lib/lp/services/mail/interfaces.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces specific to mail handling."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/mailman/monkeypatches/defaults.py'
--- lib/lp/services/mailman/monkeypatches/defaults.py	2009-06-25 05:30:52 +0000
+++ lib/lp/services/mailman/monkeypatches/defaults.py	2013-01-07 02:48:21 +0000
@@ -2,8 +2,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # Pick up the standard Mailman defaults
-# pylint: disable-msg=W0401
-# pylint: disable-msg=W0614
 from Mailman.Defaults import *
 
 # Use a name for the site list that is very unlikely to conflict with any
@@ -31,7 +29,6 @@
     ]
 
 # Other list defaults.
-# pylint: disable-msg=E0602
 DEFAULT_GENERIC_NONMEMBER_ACTION = 3 # Discard
 DEFAULT_SEND_REMINDERS = No
 DEFAULT_SEND_WELCOME_MSG = Yes

=== modified file 'lib/lp/services/mailman/monkeypatches/xmlrpcrunner.py'
--- lib/lp/services/mailman/monkeypatches/xmlrpcrunner.py	2012-12-26 01:04:05 +0000
+++ lib/lp/services/mailman/monkeypatches/xmlrpcrunner.py	2013-01-07 02:48:21 +0000
@@ -24,7 +24,6 @@
 import traceback
 import xmlrpclib
 
-# pylint: disable-msg=F0401
 from Mailman import (
     Errors,
     mm_cfg,

=== modified file 'lib/lp/services/messages/interfaces/message.py'
--- lib/lp/services/messages/interfaces/message.py	2012-11-30 19:45:15 +0000
+++ lib/lp/services/messages/interfaces/message.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/services/messages/model/message.py'
--- lib/lp/services/messages/model/message.py	2012-11-30 19:45:15 +0000
+++ lib/lp/services/messages/model/message.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'DirectEmailAuthorization',

=== modified file 'lib/lp/services/oauth/interfaces.py'
--- lib/lp/services/oauth/interfaces.py	2012-01-01 02:58:52 +0000
+++ lib/lp/services/oauth/interfaces.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """OAuth interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/profile/mem.py'
--- lib/lp/services/profile/mem.py	2011-12-19 23:38:16 +0000
+++ lib/lp/services/profile/mem.py	2013-01-07 02:48:21 +0000
@@ -2,7 +2,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # We like globals!
-# pylint: disable-msg=W0602
 """
 This code is from:
     http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/286222

=== modified file 'lib/lp/services/salesforce/interfaces.py'
--- lib/lp/services/salesforce/interfaces.py	2011-12-24 16:54:44 +0000
+++ lib/lp/services/salesforce/interfaces.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces related to Salesforce vouchers."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/salesforce/tests/proxy.py'
--- lib/lp/services/salesforce/tests/proxy.py	2010-08-20 20:31:18 +0000
+++ lib/lp/services/salesforce/tests/proxy.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0231
-
 """Helper classes for testing clients of the external Salesforce proxy."""
 
 

=== modified file 'lib/lp/services/scripts/interfaces/scriptactivity.py'
--- lib/lp/services/scripts/interfaces/scriptactivity.py	2011-12-24 16:54:44 +0000
+++ lib/lp/services/scripts/interfaces/scriptactivity.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for Script activity records"""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/scripts/model/scriptactivity.py'
--- lib/lp/services/scripts/model/scriptactivity.py	2011-12-30 06:14:56 +0000
+++ lib/lp/services/scripts/model/scriptactivity.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/services/sshserver/auth.py'
--- lib/lp/services/sshserver/auth.py	2012-01-01 02:58:52 +0000
+++ lib/lp/services/sshserver/auth.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0231
-
 """Custom authentication for the SSH server.
 
 Launchpad's SSH server authenticates users against a XML-RPC service (see

=== modified file 'lib/lp/services/statistics/interfaces/statistic.py'
--- lib/lp/services/statistics/interfaces/statistic.py	2011-12-24 16:54:44 +0000
+++ lib/lp/services/statistics/interfaces/statistic.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Launchpad statistic storage interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/statistics/model/statistics.py'
--- lib/lp/services/statistics/model/statistics.py	2011-12-30 06:14:56 +0000
+++ lib/lp/services/statistics/model/statistics.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
 """Classes that implement LaunchpadStatistics."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/temporaryblobstorage/interfaces.py'
--- lib/lp/services/temporaryblobstorage/interfaces.py	2012-04-16 23:02:44 +0000
+++ lib/lp/services/temporaryblobstorage/interfaces.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Temporary blob storage interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/temporaryblobstorage/model.py'
--- lib/lp/services/temporaryblobstorage/model.py	2011-12-30 06:14:56 +0000
+++ lib/lp/services/temporaryblobstorage/model.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/services/tests/test_browser_helpers.py'
--- lib/lp/services/tests/test_browser_helpers.py	2011-08-12 11:37:08 +0000
+++ lib/lp/services/tests/test_browser_helpers.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=F0401
-
 """Unit tests for browser helper functions."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/timeout.py'
--- lib/lp/services/timeout.py	2012-10-22 21:49:56 +0000
+++ lib/lp/services/timeout.py	2013-01-07 02:48:21 +0000
@@ -2,7 +2,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # Explicit is better than implicit.
-# pylint: disable-msg=W0602,W0603
 """Helpers to time out external operations."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/twistedsupport/loggingsupport.py'
--- lib/lp/services/twistedsupport/loggingsupport.py	2012-04-16 23:02:44 +0000
+++ lib/lp/services/twistedsupport/loggingsupport.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0702
-
 """Integration between the normal Launchpad logging and Twisted's."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/twistedsupport/task.py'
--- lib/lp/services/twistedsupport/task.py	2010-08-20 20:31:18 +0000
+++ lib/lp/services/twistedsupport/task.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,5 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
-# pylint: disable-msg=E0211,E0213
-
 """Tools for managing long-running or difficult tasks with Twisted."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/twistedsupport/tests/test_processmonitor.py'
--- lib/lp/services/twistedsupport/tests/test_processmonitor.py	2011-12-19 23:38:16 +0000
+++ lib/lp/services/twistedsupport/tests/test_processmonitor.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0702
-
 """Tests for ProcessMonitorProtocol and ProcessMonitorProtocolWithTimeout."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/twistedsupport/tests/test_task.py'
--- lib/lp/services/twistedsupport/tests/test_task.py	2011-08-12 11:37:08 +0000
+++ lib/lp/services/twistedsupport/tests/test_task.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,5 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
-# pylint: disable-msg=E0211,E0213
-
 """Tests for our task support."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/verification/interfaces/authtoken.py'
--- lib/lp/services/verification/interfaces/authtoken.py	2012-01-18 22:32:10 +0000
+++ lib/lp/services/verification/interfaces/authtoken.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Login token interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/verification/interfaces/logintoken.py'
--- lib/lp/services/verification/interfaces/logintoken.py	2012-07-06 19:36:03 +0000
+++ lib/lp/services/verification/interfaces/logintoken.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Login token interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/verification/model/logintoken.py'
--- lib/lp/services/verification/model/logintoken.py	2012-09-28 06:25:44 +0000
+++ lib/lp/services/verification/model/logintoken.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'LoginToken',

=== modified file 'lib/lp/services/webapp/errorlog.py'
--- lib/lp/services/webapp/errorlog.py	2012-12-20 22:52:31 +0000
+++ lib/lp/services/webapp/errorlog.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0702
-
 """Error logging facilities."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/webapp/interfaces.py'
--- lib/lp/services/webapp/interfaces.py	2012-12-20 22:52:31 +0000
+++ lib/lp/services/webapp/interfaces.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 __metaclass__ = type
 
 import logging

=== modified file 'lib/lp/services/webapp/servers.py'
--- lib/lp/services/webapp/servers.py	2012-12-20 23:03:54 +0000
+++ lib/lp/services/webapp/servers.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0231,E1002
-
 """Definition of the internet servers that Launchpad uses."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/webapp/tests/test_login.py'
--- lib/lp/services/webapp/tests/test_login.py	2012-10-19 01:57:35 +0000
+++ lib/lp/services/webapp/tests/test_login.py	2013-01-07 02:48:21 +0000
@@ -1,5 +1,4 @@
 # Copyright 2009-2012 Canonical Ltd.  All rights reserved.
-# pylint: disable-msg=W0105
 """Test harness for running the new-login.txt tests."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/webapp/tests/test_servers.py'
--- lib/lp/services/webapp/tests/test_servers.py	2012-12-20 22:55:28 +0000
+++ lib/lp/services/webapp/tests/test_servers.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E1002
-
 __metaclass__ = type
 
 from doctest import (

=== modified file 'lib/lp/services/webapp/vocabulary.py'
--- lib/lp/services/webapp/vocabulary.py	2012-11-12 22:27:55 +0000
+++ lib/lp/services/webapp/vocabulary.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Vocabularies pulling stuff from the database.
 
 You probably don't want to use these classes directly - see the

=== modified file 'lib/lp/services/worlddata/interfaces/country.py'
--- lib/lp/services/worlddata/interfaces/country.py	2011-12-24 16:54:44 +0000
+++ lib/lp/services/worlddata/interfaces/country.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Country interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/worlddata/interfaces/language.py'
--- lib/lp/services/worlddata/interfaces/language.py	2011-05-17 15:02:52 +0000
+++ lib/lp/services/worlddata/interfaces/language.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Language interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/services/worlddata/interfaces/spokenin.py'
--- lib/lp/services/worlddata/interfaces/spokenin.py	2011-12-24 16:54:44 +0000
+++ lib/lp/services/worlddata/interfaces/spokenin.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for information on which languages are spoken in which
 countries..
 """

=== modified file 'lib/lp/services/worlddata/model/country.py'
--- lib/lp/services/worlddata/model/country.py	2011-12-30 06:14:56 +0000
+++ lib/lp/services/worlddata/model/country.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['Country', 'CountrySet', 'Continent']
 

=== modified file 'lib/lp/services/worlddata/model/language.py'
--- lib/lp/services/worlddata/model/language.py	2011-12-30 06:14:56 +0000
+++ lib/lp/services/worlddata/model/language.py	2013-01-07 02:48:21 +0000
@@ -2,8 +2,6 @@
 # the GNU Affero General Public License version 3 (see the file
 # LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'Language',

=== modified file 'lib/lp/services/worlddata/model/spokenin.py'
--- lib/lp/services/worlddata/model/spokenin.py	2011-12-30 06:14:56 +0000
+++ lib/lp/services/worlddata/model/spokenin.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['SpokenIn']
 

=== modified file 'lib/lp/soyuz/browser/tests/test_archive_packages.py'
--- lib/lp/soyuz/browser/tests/test_archive_packages.py	2012-02-28 11:14:44 +0000
+++ lib/lp/soyuz/browser/tests/test_archive_packages.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2010-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=F0401
-
 """Unit tests for TestP3APackages."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/browser/tests/test_distrosourcepackagerelease.py'
--- lib/lp/soyuz/browser/tests/test_distrosourcepackagerelease.py	2012-01-01 02:58:52 +0000
+++ lib/lp/soyuz/browser/tests/test_distrosourcepackagerelease.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=F0401
-
 """Unit tests for DistroSourcePackageRelease pages."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/browser/tests/test_sourcepackagerelease.py'
--- lib/lp/soyuz/browser/tests/test_sourcepackagerelease.py	2012-04-16 23:02:44 +0000
+++ lib/lp/soyuz/browser/tests/test_sourcepackagerelease.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=F0401
-
 """Unit tests for TestSourcePackageReleaseFiles."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/browser/tests/test_sourceslistentries.py'
--- lib/lp/soyuz/browser/tests/test_sourceslistentries.py	2012-01-01 02:58:52 +0000
+++ lib/lp/soyuz/browser/tests/test_sourceslistentries.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=F0401
-
 """Unit tests for SourceListEntriesView."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/archive.py'
--- lib/lp/soyuz/interfaces/archive.py	2012-10-25 11:02:37 +0000
+++ lib/lp/soyuz/interfaces/archive.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Archive interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/archivearch.py'
--- lib/lp/soyuz/interfaces/archivearch.py	2011-12-24 16:54:44 +0000
+++ lib/lp/soyuz/interfaces/archivearch.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """ArchiveArch interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/archiveauthtoken.py'
--- lib/lp/soyuz/interfaces/archiveauthtoken.py	2012-05-30 21:41:06 +0000
+++ lib/lp/soyuz/interfaces/archiveauthtoken.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """ArchiveAuthToken interface."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/archivedependency.py'
--- lib/lp/soyuz/interfaces/archivedependency.py	2011-12-24 16:54:44 +0000
+++ lib/lp/soyuz/interfaces/archivedependency.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """ArchiveDependency interface."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/archivepermission.py'
--- lib/lp/soyuz/interfaces/archivepermission.py	2012-08-10 17:08:57 +0000
+++ lib/lp/soyuz/interfaces/archivepermission.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 """ArchivePermission interface."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/archivesubscriber.py'
--- lib/lp/soyuz/interfaces/archivesubscriber.py	2012-07-05 09:49:55 +0000
+++ lib/lp/soyuz/interfaces/archivesubscriber.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """ArchiveSubscriber interface."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/binarypackagebuild.py'
--- lib/lp/soyuz/interfaces/binarypackagebuild.py	2012-10-09 09:37:22 +0000
+++ lib/lp/soyuz/interfaces/binarypackagebuild.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """BinaryPackageBuild interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/binarypackagename.py'
--- lib/lp/soyuz/interfaces/binarypackagename.py	2012-09-26 08:12:48 +0000
+++ lib/lp/soyuz/interfaces/binarypackagename.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Binary package name interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/binarypackagerelease.py'
--- lib/lp/soyuz/interfaces/binarypackagerelease.py	2012-07-04 08:41:16 +0000
+++ lib/lp/soyuz/interfaces/binarypackagerelease.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Binary package release interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/buildpackagejob.py'
--- lib/lp/soyuz/interfaces/buildpackagejob.py	2011-12-24 16:54:44 +0000
+++ lib/lp/soyuz/interfaces/buildpackagejob.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """BuildPackageJob interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/buildrecords.py'
--- lib/lp/soyuz/interfaces/buildrecords.py	2011-12-24 16:54:44 +0000
+++ lib/lp/soyuz/interfaces/buildrecords.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """IHasBuildRecords interface.
 
 Implemented by any object that can have `IPackageBuild` records related to it.

=== modified file 'lib/lp/soyuz/interfaces/component.py'
--- lib/lp/soyuz/interfaces/component.py	2011-12-24 16:54:44 +0000
+++ lib/lp/soyuz/interfaces/component.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Component interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/distributionsourcepackagecache.py'
--- lib/lp/soyuz/interfaces/distributionsourcepackagecache.py	2010-08-20 20:31:18 +0000
+++ lib/lp/soyuz/interfaces/distributionsourcepackagecache.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Source package in Distribution Cache interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/distributionsourcepackagerelease.py'
--- lib/lp/soyuz/interfaces/distributionsourcepackagerelease.py	2010-08-20 20:31:18 +0000
+++ lib/lp/soyuz/interfaces/distributionsourcepackagerelease.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Source package release in Distribution interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/distroarchseries.py'
--- lib/lp/soyuz/interfaces/distroarchseries.py	2012-01-10 10:38:59 +0000
+++ lib/lp/soyuz/interfaces/distroarchseries.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Distribution architecture series interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/distroarchseriesbinarypackage.py'
--- lib/lp/soyuz/interfaces/distroarchseriesbinarypackage.py	2011-12-24 16:54:44 +0000
+++ lib/lp/soyuz/interfaces/distroarchseriesbinarypackage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Binary package in a distroarchseries interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/distroarchseriesbinarypackagerelease.py'
--- lib/lp/soyuz/interfaces/distroarchseriesbinarypackagerelease.py	2010-08-20 20:31:18 +0000
+++ lib/lp/soyuz/interfaces/distroarchseriesbinarypackagerelease.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Binary package release in Distribution Architecture Release interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/distroseriesbinarypackage.py'
--- lib/lp/soyuz/interfaces/distroseriesbinarypackage.py	2011-12-24 16:54:44 +0000
+++ lib/lp/soyuz/interfaces/distroseriesbinarypackage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for a Binary Package in a DistroSeries."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/distroseriespackagecache.py'
--- lib/lp/soyuz/interfaces/distroseriespackagecache.py	2010-08-20 20:31:18 +0000
+++ lib/lp/soyuz/interfaces/distroseriespackagecache.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Cache of Binary Package in DistroSeries details interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/distroseriessourcepackagerelease.py'
--- lib/lp/soyuz/interfaces/distroseriessourcepackagerelease.py	2012-11-21 07:19:09 +0000
+++ lib/lp/soyuz/interfaces/distroseriessourcepackagerelease.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Source package release in Distribution Series interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/files.py'
--- lib/lp/soyuz/interfaces/files.py	2011-12-24 16:54:44 +0000
+++ lib/lp/soyuz/interfaces/files.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Package file interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/packagecloner.py'
--- lib/lp/soyuz/interfaces/packagecloner.py	2011-08-24 05:26:45 +0000
+++ lib/lp/soyuz/interfaces/packagecloner.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces related to bulk copying of publishing history data."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/packagecopyrequest.py'
--- lib/lp/soyuz/interfaces/packagecopyrequest.py	2011-12-24 16:54:44 +0000
+++ lib/lp/soyuz/interfaces/packagecopyrequest.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """PackageCopyRequest interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/packagediff.py'
--- lib/lp/soyuz/interfaces/packagediff.py	2011-12-24 16:54:44 +0000
+++ lib/lp/soyuz/interfaces/packagediff.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces related to package-diff system."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/packagerelationship.py'
--- lib/lp/soyuz/interfaces/packagerelationship.py	2011-05-27 18:42:13 +0000
+++ lib/lp/soyuz/interfaces/packagerelationship.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Package relationship interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/packageset.py'
--- lib/lp/soyuz/interfaces/packageset.py	2013-01-03 00:27:37 +0000
+++ lib/lp/soyuz/interfaces/packageset.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Packageset interfaces."""
 
 __metaclass__ = type
@@ -23,7 +21,6 @@
     export_as_webservice_entry,
     export_destructor_operation,
     export_factory_operation,
-    export_operation_as,
     export_read_operation,
     export_write_operation,
     exported,

=== modified file 'lib/lp/soyuz/interfaces/processor.py'
--- lib/lp/soyuz/interfaces/processor.py	2011-12-24 16:54:44 +0000
+++ lib/lp/soyuz/interfaces/processor.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Processor interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/publishing.py'
--- lib/lp/soyuz/interfaces/publishing.py	2012-08-09 00:47:00 +0000
+++ lib/lp/soyuz/interfaces/publishing.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Publishing interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/section.py'
--- lib/lp/soyuz/interfaces/section.py	2010-08-20 20:31:18 +0000
+++ lib/lp/soyuz/interfaces/section.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Section interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/interfaces/sourcepackagerelease.py'
--- lib/lp/soyuz/interfaces/sourcepackagerelease.py	2012-07-09 12:32:23 +0000
+++ lib/lp/soyuz/interfaces/sourcepackagerelease.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Source package release interfaces."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/model/binaryandsourcepackagename.py'
--- lib/lp/soyuz/model/binaryandsourcepackagename.py	2011-12-30 06:14:56 +0000
+++ lib/lp/soyuz/model/binaryandsourcepackagename.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'BinaryAndSourcePackageName',

=== modified file 'lib/lp/soyuz/model/binarypackagebuildbehavior.py'
--- lib/lp/soyuz/model/binarypackagebuildbehavior.py	2012-01-01 02:58:52 +0000
+++ lib/lp/soyuz/model/binarypackagebuildbehavior.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Builder behavior for binary package builds."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/model/binarypackagename.py'
--- lib/lp/soyuz/model/binarypackagename.py	2012-09-26 08:12:48 +0000
+++ lib/lp/soyuz/model/binarypackagename.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'BinaryPackageName',

=== modified file 'lib/lp/soyuz/model/binarypackagerelease.py'
--- lib/lp/soyuz/model/binarypackagerelease.py	2012-07-04 08:41:16 +0000
+++ lib/lp/soyuz/model/binarypackagerelease.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'BinaryPackageRelease',

=== modified file 'lib/lp/soyuz/model/component.py'
--- lib/lp/soyuz/model/component.py	2011-12-30 06:14:56 +0000
+++ lib/lp/soyuz/model/component.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'Component',

=== modified file 'lib/lp/soyuz/model/distributionsourcepackagecache.py'
--- lib/lp/soyuz/model/distributionsourcepackagecache.py	2012-05-14 01:29:38 +0000
+++ lib/lp/soyuz/model/distributionsourcepackagecache.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['DistributionSourcePackageCache', ]
 

=== modified file 'lib/lp/soyuz/model/distributionsourcepackagerelease.py'
--- lib/lp/soyuz/model/distributionsourcepackagerelease.py	2012-11-21 07:48:28 +0000
+++ lib/lp/soyuz/model/distributionsourcepackagerelease.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Classes to represent source package releases in a distribution."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/model/distroarchseries.py'
--- lib/lp/soyuz/model/distroarchseries.py	2012-09-28 06:25:44 +0000
+++ lib/lp/soyuz/model/distroarchseries.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['DistroArchSeries',
            'DistroArchSeriesSet',

=== modified file 'lib/lp/soyuz/model/distroarchseriesbinarypackage.py'
--- lib/lp/soyuz/model/distroarchseriesbinarypackage.py	2012-07-09 02:45:02 +0000
+++ lib/lp/soyuz/model/distroarchseriesbinarypackage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Classes to represent a binary package in a distroarchseries."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/model/distroarchseriesbinarypackagerelease.py'
--- lib/lp/soyuz/model/distroarchseriesbinarypackagerelease.py	2012-07-09 12:53:39 +0000
+++ lib/lp/soyuz/model/distroarchseriesbinarypackagerelease.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Classes to represent binary package releases in a
 distributionarchitecture release."""
 

=== modified file 'lib/lp/soyuz/model/distroseriesbinarypackage.py'
--- lib/lp/soyuz/model/distroseriesbinarypackage.py	2013-01-03 00:27:37 +0000
+++ lib/lp/soyuz/model/distroseriesbinarypackage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'DistroSeriesBinaryPackage',
@@ -14,7 +12,6 @@
 from storm.store import Store
 from zope.interface import implements
 
-from lp.services.database.sqlbase import sqlvalues
 from lp.services.propertycache import (
     cachedproperty,
     get_property_cache,

=== modified file 'lib/lp/soyuz/model/distroseriespackagecache.py'
--- lib/lp/soyuz/model/distroseriespackagecache.py	2012-09-13 04:04:40 +0000
+++ lib/lp/soyuz/model/distroseriespackagecache.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'DistroSeriesPackageCache',

=== modified file 'lib/lp/soyuz/model/distroseriessourcepackagerelease.py'
--- lib/lp/soyuz/model/distroseriessourcepackagerelease.py	2012-11-21 08:24:56 +0000
+++ lib/lp/soyuz/model/distroseriessourcepackagerelease.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Classes to represent source package releases in a distribution series."""
 
 __metaclass__ = type

=== modified file 'lib/lp/soyuz/model/files.py'
--- lib/lp/soyuz/model/files.py	2011-12-30 06:14:56 +0000
+++ lib/lp/soyuz/model/files.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'BinaryPackageFile',

=== modified file 'lib/lp/soyuz/model/processor.py'
--- lib/lp/soyuz/model/processor.py	2012-09-28 06:25:44 +0000
+++ lib/lp/soyuz/model/processor.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['Processor', 'ProcessorFamily', 'ProcessorFamilySet']
 

=== modified file 'lib/lp/soyuz/model/section.py'
--- lib/lp/soyuz/model/section.py	2011-12-30 06:14:56 +0000
+++ lib/lp/soyuz/model/section.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'Section',

=== modified file 'lib/lp/soyuz/scripts/expire_archive_files.py'
--- lib/lp/soyuz/scripts/expire_archive_files.py	2012-09-28 06:25:44 +0000
+++ lib/lp/soyuz/scripts/expire_archive_files.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 from zope.component import getUtility
 
 from lp.services.database.interfaces import (

=== modified file 'lib/lp/soyuz/scripts/gina/packages.py'
--- lib/lp/soyuz/scripts/gina/packages.py	2012-12-26 01:12:37 +0000
+++ lib/lp/soyuz/scripts/gina/packages.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0631
-
 """Package information classes.
 
 This classes are responsable for fetch and hold the information inside

=== modified file 'lib/lp/soyuz/scripts/processdeathrow.py'
--- lib/lp/soyuz/scripts/processdeathrow.py	2012-04-16 23:02:44 +0000
+++ lib/lp/soyuz/scripts/processdeathrow.py	2013-01-07 02:48:21 +0000
@@ -8,8 +8,6 @@
 # Disable warning on catching bare 'Exception', it's needed as a
 # production artifact for continuing processing data that doesn't
 # have problems.
-# pylint: disable-msg=W0703
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/testing/_login.py'
--- lib/lp/testing/_login.py	2012-05-28 08:44:41 +0000
+++ lib/lp/testing/_login.py	2013-01-07 02:48:21 +0000
@@ -2,7 +2,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # We like global statements!
-# pylint: disable-msg=W0602,W0603
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/testing/_webservice.py'
--- lib/lp/testing/_webservice.py	2012-09-19 20:43:00 +0000
+++ lib/lp/testing/_webservice.py	2013-01-07 02:48:21 +0000
@@ -2,7 +2,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # We like global statements!
-# pylint: disable-msg=W0602,W0603
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/testing/branding.py'
--- lib/lp/testing/branding.py	2012-06-02 11:59:32 +0000
+++ lib/lp/testing/branding.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0401
-
 __metaclass__ = type
 __all__ = ['set_branding']
 

=== modified file 'lib/lp/testing/fakemethod.py'
--- lib/lp/testing/fakemethod.py	2011-02-01 15:36:48 +0000
+++ lib/lp/testing/fakemethod.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0702
-
 __metaclass__ = type
 __all__ = [
     'FakeMethod',

=== modified file 'lib/lp/testing/keyserver/__init__.py'
--- lib/lp/testing/keyserver/__init__.py	2012-01-01 02:58:52 +0000
+++ lib/lp/testing/keyserver/__init__.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the GNU
 # Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0401,W0403
-
 __all__ = [
     'KeyServerTac',
     ]

=== modified file 'lib/lp/testing/layers.py'
--- lib/lp/testing/layers.py	2012-09-28 06:25:44 +0000
+++ lib/lp/testing/layers.py	2013-01-07 02:48:21 +0000
@@ -2,8 +2,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # We like global!
-# pylint: disable-msg=W0603,W0702
-
 """Layers used by Launchpad tests.
 
 Layers are the mechanism used by the Zope3 test runner to efficiently

=== modified file 'lib/lp/translations/browser/potemplate.py'
--- lib/lp/translations/browser/potemplate.py	2012-12-12 04:59:52 +0000
+++ lib/lp/translations/browser/potemplate.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,5 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
-# pylint: disable-msg=F0401
-
 """Browser code for PO templates."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/browser/translationmessage.py'
--- lib/lp/translations/browser/translationmessage.py	2012-11-26 08:40:20 +0000
+++ lib/lp/translations/browser/translationmessage.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0404
 # (Disable warning about importing two different datetime modules)
 
 """View classes for ITranslationMessage interface."""

=== modified file 'lib/lp/translations/interfaces/customlanguagecode.py'
--- lib/lp/translations/interfaces/customlanguagecode.py	2011-12-24 16:54:44 +0000
+++ lib/lp/translations/interfaces/customlanguagecode.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,5 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
-# pylint: disable-msg=E0213
-
 """Custom language code."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/interfaces/distroserieslanguage.py'
--- lib/lp/translations/interfaces/distroserieslanguage.py	2010-11-11 09:58:12 +0000
+++ lib/lp/translations/interfaces/distroserieslanguage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 from zope.interface import (
     Attribute,
     Interface,

=== modified file 'lib/lp/translations/interfaces/languagepack.py'
--- lib/lp/translations/interfaces/languagepack.py	2011-12-24 16:54:44 +0000
+++ lib/lp/translations/interfaces/languagepack.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Language pack store."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/interfaces/poexportrequest.py'
--- lib/lp/translations/interfaces/poexportrequest.py	2011-08-23 04:38:33 +0000
+++ lib/lp/translations/interfaces/poexportrequest.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/translations/interfaces/pofile.py'
--- lib/lp/translations/interfaces/pofile.py	2012-02-15 21:14:05 +0000
+++ lib/lp/translations/interfaces/pofile.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/translations/interfaces/pofilestatsjob.py'
--- lib/lp/translations/interfaces/pofilestatsjob.py	2011-10-27 20:08:18 +0000
+++ lib/lp/translations/interfaces/pofilestatsjob.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2010 Canonical Ltd. This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/translations/interfaces/pofiletranslator.py'
--- lib/lp/translations/interfaces/pofiletranslator.py	2012-05-04 09:11:12 +0000
+++ lib/lp/translations/interfaces/pofiletranslator.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/translations/interfaces/pomsgid.py'
--- lib/lp/translations/interfaces/pomsgid.py	2011-12-24 16:54:44 +0000
+++ lib/lp/translations/interfaces/pomsgid.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 from zope.interface import Interface
 from zope.schema import (
     Int,

=== modified file 'lib/lp/translations/interfaces/potemplate.py'
--- lib/lp/translations/interfaces/potemplate.py	2012-11-01 15:35:53 +0000
+++ lib/lp/translations/interfaces/potemplate.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 from lazr.enum import (
     DBEnumeratedType,
     DBItem,

=== modified file 'lib/lp/translations/interfaces/potmsgset.py'
--- lib/lp/translations/interfaces/potmsgset.py	2011-12-24 16:54:44 +0000
+++ lib/lp/translations/interfaces/potmsgset.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 from lazr.enum import (
     EnumeratedType,
     Item,

=== modified file 'lib/lp/translations/interfaces/potranslation.py'
--- lib/lp/translations/interfaces/potranslation.py	2010-08-20 20:31:18 +0000
+++ lib/lp/translations/interfaces/potranslation.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 from zope.interface import (
     Attribute,
     Interface,

=== modified file 'lib/lp/translations/interfaces/productserieslanguage.py'
--- lib/lp/translations/interfaces/productserieslanguage.py	2011-12-24 16:54:44 +0000
+++ lib/lp/translations/interfaces/productserieslanguage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 from lazr.restful.fields import Reference
 from zope.interface import Interface
 from zope.schema import (

=== modified file 'lib/lp/translations/interfaces/rosettastats.py'
--- lib/lp/translations/interfaces/rosettastats.py	2010-12-02 16:13:51 +0000
+++ lib/lp/translations/interfaces/rosettastats.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 from zope.interface import Interface
 
 

=== modified file 'lib/lp/translations/interfaces/translatedlanguage.py'
--- lib/lp/translations/interfaces/translatedlanguage.py	2011-12-24 16:54:44 +0000
+++ lib/lp/translations/interfaces/translatedlanguage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 from zope.interface import (
     Attribute,
     Interface,

=== modified file 'lib/lp/translations/interfaces/translationcommonformat.py'
--- lib/lp/translations/interfaces/translationcommonformat.py	2010-08-20 20:31:18 +0000
+++ lib/lp/translations/interfaces/translationcommonformat.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Common file format interfaces shared across all formats."""
 
 

=== modified file 'lib/lp/translations/interfaces/translationexporter.py'
--- lib/lp/translations/interfaces/translationexporter.py	2011-12-24 16:54:44 +0000
+++ lib/lp/translations/interfaces/translationexporter.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces to handle translation files exports."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/interfaces/translationfileformat.py'
--- lib/lp/translations/interfaces/translationfileformat.py	2010-08-20 20:31:18 +0000
+++ lib/lp/translations/interfaces/translationfileformat.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Enumeration type for translation file formats."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/interfaces/translationgroup.py'
--- lib/lp/translations/interfaces/translationgroup.py	2012-11-26 16:28:11 +0000
+++ lib/lp/translations/interfaces/translationgroup.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for groups of translators."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/interfaces/translationimporter.py'
--- lib/lp/translations/interfaces/translationimporter.py	2011-06-09 10:50:25 +0000
+++ lib/lp/translations/interfaces/translationimporter.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces to handle translation files imports."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/interfaces/translationimportqueue.py'
--- lib/lp/translations/interfaces/translationimportqueue.py	2012-11-21 17:18:19 +0000
+++ lib/lp/translations/interfaces/translationimportqueue.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 from datetime import timedelta
 import httplib
 

=== modified file 'lib/lp/translations/interfaces/translationmessage.py'
--- lib/lp/translations/interfaces/translationmessage.py	2011-12-24 16:54:44 +0000
+++ lib/lp/translations/interfaces/translationmessage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 from lazr.enum import (
     DBEnumeratedType,
     DBItem,

=== modified file 'lib/lp/translations/interfaces/translationsoverview.py'
--- lib/lp/translations/interfaces/translationsoverview.py	2011-12-24 16:54:44 +0000
+++ lib/lp/translations/interfaces/translationsoverview.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces related to bugs."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/interfaces/translationtemplateitem.py'
--- lib/lp/translations/interfaces/translationtemplateitem.py	2011-12-24 16:54:44 +0000
+++ lib/lp/translations/interfaces/translationtemplateitem.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 from zope.interface import Interface
 from zope.schema import (
     Int,

=== modified file 'lib/lp/translations/interfaces/translationtemplatesbuildjob.py'
--- lib/lp/translations/interfaces/translationtemplatesbuildjob.py	2010-07-17 22:10:23 +0000
+++ lib/lp/translations/interfaces/translationtemplatesbuildjob.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2010 Canonical Ltd. This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0213
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/translations/interfaces/translator.py'
--- lib/lp/translations/interfaces/translator.py	2011-12-24 16:54:44 +0000
+++ lib/lp/translations/interfaces/translator.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/translations/interfaces/vpoexport.py'
--- lib/lp/translations/interfaces/vpoexport.py	2011-12-24 16:54:44 +0000
+++ lib/lp/translations/interfaces/vpoexport.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,5 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for efficient translation file exports."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/interfaces/vpotexport.py'
--- lib/lp/translations/interfaces/vpotexport.py	2010-08-20 20:31:18 +0000
+++ lib/lp/translations/interfaces/vpotexport.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """Interfaces for efficient POT file exports."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/interfaces/webservice.py'
--- lib/lp/translations/interfaces/webservice.py	2013-01-03 00:27:37 +0000
+++ lib/lp/translations/interfaces/webservice.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009, 2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0611
-
 """All the interfaces that are exposed through the webservice.
 
 There is a declaration in ZCML somewhere that looks like:

=== modified file 'lib/lp/translations/model/distroserieslanguage.py'
--- lib/lp/translations/model/distroserieslanguage.py	2011-12-30 06:14:56 +0000
+++ lib/lp/translations/model/distroserieslanguage.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212,W0231
-
 """An implementation of `DistroSeriesLanguage` objects."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/model/languagepack.py'
--- lib/lp/translations/model/languagepack.py	2011-12-30 06:14:56 +0000
+++ lib/lp/translations/model/languagepack.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Language pack store."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/model/poexportrequest.py'
--- lib/lp/translations/model/poexportrequest.py	2012-09-28 06:25:44 +0000
+++ lib/lp/translations/model/poexportrequest.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 
 __all__ = [

=== modified file 'lib/lp/translations/model/pofile.py'
--- lib/lp/translations/model/pofile.py	2012-11-09 18:09:08 +0000
+++ lib/lp/translations/model/pofile.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212,W0231
-
 """`SQLObject` implementation of `IPOFile` interface."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/model/pomsgid.py'
--- lib/lp/translations/model/pomsgid.py	2011-12-30 06:14:56 +0000
+++ lib/lp/translations/model/pomsgid.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['POMsgID']
 

=== modified file 'lib/lp/translations/model/potemplate.py'
--- lib/lp/translations/model/potemplate.py	2012-10-31 20:26:38 +0000
+++ lib/lp/translations/model/potemplate.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """`SQLObject` implementation of `IPOTemplate` interface."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/model/potmsgset.py'
--- lib/lp/translations/model/potmsgset.py	2011-12-30 06:14:56 +0000
+++ lib/lp/translations/model/potmsgset.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'credits_message_str',

=== modified file 'lib/lp/translations/model/potranslation.py'
--- lib/lp/translations/model/potranslation.py	2011-12-30 06:14:56 +0000
+++ lib/lp/translations/model/potranslation.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['POTranslation']
 

=== modified file 'lib/lp/translations/model/translationgroup.py'
--- lib/lp/translations/model/translationgroup.py	2012-11-26 16:28:11 +0000
+++ lib/lp/translations/model/translationgroup.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = [
     'TranslationGroup',

=== modified file 'lib/lp/translations/model/translationimportqueue.py'
--- lib/lp/translations/model/translationimportqueue.py	2012-11-21 17:18:19 +0000
+++ lib/lp/translations/model/translationimportqueue.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212, W0403
-
 __metaclass__ = type
 __all__ = [
     'collect_import_info',

=== modified file 'lib/lp/translations/model/translator.py'
--- lib/lp/translations/model/translator.py	2011-12-30 06:14:56 +0000
+++ lib/lp/translations/model/translator.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 __metaclass__ = type
 __all__ = ['Translator', 'TranslatorSet']
 

=== modified file 'lib/lp/translations/model/vpoexport.py'
--- lib/lp/translations/model/vpoexport.py	2012-09-28 06:25:44 +0000
+++ lib/lp/translations/model/vpoexport.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Database class to handle translation export view."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/model/vpotexport.py'
--- lib/lp/translations/model/vpotexport.py	2009-07-29 18:53:50 +0000
+++ lib/lp/translations/model/vpotexport.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0611,W0212
-
 """Database class to handle translation template export view."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/scripts/fix_translation_credits.py'
--- lib/lp/translations/scripts/fix_translation_credits.py	2011-12-20 21:04:01 +0000
+++ lib/lp/translations/scripts/fix_translation_credits.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0703
-
 """Mark translation credits messages as translated."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/scripts/language_pack.py'
--- lib/lp/translations/scripts/language_pack.py	2012-06-29 08:40:05 +0000
+++ lib/lp/translations/scripts/language_pack.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0702
-
 """Functions for language pack creation script."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/scripts/verify_pofile_stats.py'
--- lib/lp/translations/scripts/verify_pofile_stats.py	2012-07-10 23:32:40 +0000
+++ lib/lp/translations/scripts/verify_pofile_stats.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0703
-
 """Verify (and refresh) `POFile`s' cached statistics."""
 
 __metaclass__ = type

=== modified file 'lib/lp/translations/tests/test_potmsgset.py'
--- lib/lp/translations/tests/test_potmsgset.py	2012-01-01 02:58:52 +0000
+++ lib/lp/translations/tests/test_potmsgset.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0102
-
 __metaclass__ = type
 
 from datetime import (

=== modified file 'lib/lp/translations/tests/test_setcurrenttranslation.py'
--- lib/lp/translations/tests/test_setcurrenttranslation.py	2012-01-01 02:58:52 +0000
+++ lib/lp/translations/tests/test_setcurrenttranslation.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0102
-
 __metaclass__ = type
 
 from zope.component import getUtility

=== modified file 'lib/lp/translations/tests/test_shared_potemplate.py'
--- lib/lp/translations/tests/test_shared_potemplate.py	2012-01-01 02:58:52 +0000
+++ lib/lp/translations/tests/test_shared_potemplate.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0102
-
 __metaclass__ = type
 
 from storm.exceptions import DataError

=== modified file 'lib/lp/translations/utilities/gettext_po_parser.py'
--- lib/lp/translations/utilities/gettext_po_parser.py	2012-06-29 08:40:05 +0000
+++ lib/lp/translations/utilities/gettext_po_parser.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0404
 # (Suppress warning about two datetimes being imported)
 #
 # Originally based on code from msgfmt.py (available from python source

=== modified file 'lib/lp/translations/utilities/xpi_po_exporter.py'
--- lib/lp/translations/utilities/xpi_po_exporter.py	2010-08-20 20:31:18 +0000
+++ lib/lp/translations/utilities/xpi_po_exporter.py	2013-01-07 02:48:21 +0000
@@ -1,7 +1,6 @@
 # Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0231
 """Export module for XPI files using .po file format."""
 
 __metaclass__ = type

=== modified file 'lib/lp/xmlrpc/__init__.py'
--- lib/lp/xmlrpc/__init__.py	2010-11-08 14:16:17 +0000
+++ lib/lp/xmlrpc/__init__.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0401
-
 """XMLRPC views and APIs on Launchpad objects."""
 
 

=== modified file 'lib/lp/xmlrpc/application.py'
--- lib/lp/xmlrpc/application.py	2012-01-15 21:06:58 +0000
+++ lib/lp/xmlrpc/application.py	2013-01-07 02:48:21 +0000
@@ -1,8 +1,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=E0211,E0213
-
 """XML-RPC API to the application roots."""
 
 __metaclass__ = type

=== modified file 'scripts/add-missing-builds.py'
--- scripts/add-missing-builds.py	2012-01-01 03:13:08 +0000
+++ scripts/add-missing-builds.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 import _pythonpath
 
 from lp.services.config import config

=== modified file 'scripts/branch-rewrite.py'
--- scripts/branch-rewrite.py	2012-09-28 06:15:58 +0000
+++ scripts/branch-rewrite.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """Script intended to run as a :prg: RewriteMap.
 
 See http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewritemap for the

=== modified file 'scripts/bug-export.py'
--- scripts/bug-export.py	2012-01-01 03:13:08 +0000
+++ scripts/bug-export.py	2013-01-07 02:48:21 +0000
@@ -2,8 +2,6 @@
 #
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
-# pylint: disable-msg=W0403
-
 import _pythonpath
 
 import sys

=== modified file 'scripts/cache-country-mirrors.py'
--- scripts/cache-country-mirrors.py	2012-01-01 03:13:08 +0000
+++ scripts/cache-country-mirrors.py	2013-01-07 02:48:21 +0000
@@ -10,7 +10,6 @@
 containing the archive mirrors for that country.
 """
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 import os

=== modified file 'scripts/code-import-worker-monitor.py'
--- scripts/code-import-worker-monitor.py	2012-01-01 03:13:08 +0000
+++ scripts/code-import-worker-monitor.py	2013-01-07 02:48:21 +0000
@@ -15,7 +15,6 @@
 __metaclass__ = type
 
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 import os

=== modified file 'scripts/code-import-worker.py'
--- scripts/code-import-worker.py	2012-06-15 09:18:47 +0000
+++ scripts/code-import-worker.py	2013-01-07 02:48:21 +0000
@@ -15,7 +15,6 @@
 __metaclass__ = type
 
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 from optparse import OptionParser

=== modified file 'scripts/copy-translations-from-parent.py'
--- scripts/copy-translations-from-parent.py	2012-04-16 23:02:44 +0000
+++ scripts/copy-translations-from-parent.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """Furnish distroseries with lacking translations that its parent does have.
 
 This can be used either to update a distroseries' translations, or to

=== modified file 'scripts/ftpmaster-tools/lp-query-distro.py'
--- scripts/ftpmaster-tools/lp-query-distro.py	2012-06-20 01:19:03 +0000
+++ scripts/ftpmaster-tools/lp-query-distro.py	2013-01-07 02:48:21 +0000
@@ -3,7 +3,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
 """It provides easy integration of other scripts without database access.
 
    It should provide an easy way to retrieve current information from

=== modified file 'scripts/ftpmaster-tools/manage-chroot.py'
--- scripts/ftpmaster-tools/manage-chroot.py	2012-01-19 03:09:38 +0000
+++ scripts/ftpmaster-tools/manage-chroot.py	2013-01-07 02:48:21 +0000
@@ -4,8 +4,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # Stop lint warning about relative import:
-# pylint: disable-msg=W0403
-
 """Tool for adding, removing and replacing buildd chroots."""
 
 import _pythonpath

=== modified file 'scripts/ftpmaster-tools/obsolete-distroseries.py'
--- scripts/ftpmaster-tools/obsolete-distroseries.py	2012-01-19 03:09:38 +0000
+++ scripts/ftpmaster-tools/obsolete-distroseries.py	2013-01-07 02:48:21 +0000
@@ -4,8 +4,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # Stop lint warning about relative import:
-# pylint: disable-msg=W0403
-
 """Obsolete all packages in an obsolete distroseries.
 
 This script will obsolete (schedule for removal) all published packages

=== modified file 'scripts/ftpmaster-tools/ppa-report.py'
--- scripts/ftpmaster-tools/ppa-report.py	2010-04-27 19:48:39 +0000
+++ scripts/ftpmaster-tools/ppa-report.py	2013-01-07 02:48:21 +0000
@@ -3,7 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 from lp.soyuz.scripts.ppareport import PPAReportScript

=== modified file 'scripts/get-stacked-on-branches.py'
--- scripts/get-stacked-on-branches.py	2012-09-28 06:25:44 +0000
+++ scripts/get-stacked-on-branches.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """List the stacked branches in Launchpad.
 
 Usage: ./get-stacked-on-branches.py

=== modified file 'scripts/gina.py'
--- scripts/gina.py	2012-06-19 22:53:13 +0000
+++ scripts/gina.py	2013-01-07 02:48:21 +0000
@@ -4,8 +4,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # This module uses relative imports.
-# pylint: disable-msg=W0403
-
 """
 Gina launcher script. Handles commandline options and makes the proper
 calls to the other classes and instances.

=== modified file 'scripts/mirror-branch.py'
--- scripts/mirror-branch.py	2012-01-01 03:13:08 +0000
+++ scripts/mirror-branch.py	2013-01-07 02:48:21 +0000
@@ -4,8 +4,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # This script uses relative imports.
-# pylint: disable-msg=W0403
-
 """Script run by cronscripts/supermirror-pull.py to mirror single branches.
 
 Do NOT run this script yourself unless you really know what you are doing. Use

=== modified file 'scripts/mlist-import.py'
--- scripts/mlist-import.py	2012-01-01 03:13:08 +0000
+++ scripts/mlist-import.py	2013-01-07 02:48:21 +0000
@@ -16,7 +16,6 @@
     ]
 
 
-# pylint: disable-msg=W0403
 import _pythonpath
 
 import logging

=== modified file 'scripts/modified-branches.py'
--- scripts/modified-branches.py	2012-01-01 03:13:08 +0000
+++ scripts/modified-branches.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """Script to print disk locations of modified branches.
 
 This script will be used by IS for the rsync backups.

=== modified file 'scripts/populate-archive.py'
--- scripts/populate-archive.py	2011-12-29 05:29:36 +0000
+++ scripts/populate-archive.py	2013-01-07 02:48:21 +0000
@@ -3,7 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
 """Create a copy archive and populate it with packages.
 
     Please note: the destination copy archive must not exist yet. Otherwise

=== modified file 'scripts/process-accepted.py'
--- scripts/process-accepted.py	2011-09-24 03:56:19 +0000
+++ scripts/process-accepted.py	2013-01-07 02:48:21 +0000
@@ -3,9 +3,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# Stop pylint complaining about the _pythonpath relative import.
-# pylint: disable-msg=W0403
-
 """Queue/Accepted processor
 
 Given a distribution to run on, obtains all the queue items for the

=== modified file 'scripts/process-death-row.py'
--- scripts/process-death-row.py	2011-12-22 17:08:11 +0000
+++ scripts/process-death-row.py	2013-01-07 02:48:21 +0000
@@ -4,7 +4,6 @@
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 # Stop lint warning about relative import:
-# pylint: disable-msg=W0403
 """Death row processor script.
 
 This script removes obsolete files from the selected archive(s) pool.

=== modified file 'scripts/publish-distro.py'
--- scripts/publish-distro.py	2011-09-22 09:47:13 +0000
+++ scripts/publish-distro.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=C0103,W0403
-
 import _pythonpath
 
 from lp.soyuz.scripts.publishdistro import PublishDistro

=== modified file 'scripts/rosetta/fix_translation_credits.py'
--- scripts/rosetta/fix_translation_credits.py	2012-01-01 03:13:08 +0000
+++ scripts/rosetta/fix_translation_credits.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """Mark all translation credits as translated."""
 
 import _pythonpath

=== modified file 'scripts/rosetta/gettext_check_messages.py'
--- scripts/rosetta/gettext_check_messages.py	2012-01-01 03:13:08 +0000
+++ scripts/rosetta/gettext_check_messages.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """Run gettext consistency checks on messages in the database.
 
 Incoming translations are always run through gettext to check for

=== modified file 'scripts/rosetta/message-sharing-merge.py'
--- scripts/rosetta/message-sharing-merge.py	2012-01-01 03:13:08 +0000
+++ scripts/rosetta/message-sharing-merge.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 __metaclass__ = type
 
 import _pythonpath

=== modified file 'scripts/rosetta/remove-translations-by.py'
--- scripts/rosetta/remove-translations-by.py	2011-12-21 20:23:01 +0000
+++ scripts/rosetta/remove-translations-by.py	2013-01-07 02:48:21 +0000
@@ -3,10 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
-# (Suppressing pylint "relative import" warning 0403 for _pythonpath)
-
 __metaclass__ = type
 
 import _pythonpath

=== modified file 'scripts/rosetta/reupload-translations.py'
--- scripts/rosetta/reupload-translations.py	2012-01-01 03:13:08 +0000
+++ scripts/rosetta/reupload-translations.py	2013-01-07 02:48:21 +0000
@@ -2,8 +2,6 @@
 #
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
-# pylint: disable-msg=W0403
-
 """Re-upload translations from given packages."""
 
 __metaclass__ = type

=== modified file 'scripts/rosetta/upload-translations.py'
--- scripts/rosetta/upload-translations.py	2012-01-01 03:13:08 +0000
+++ scripts/rosetta/upload-translations.py	2013-01-07 02:48:21 +0000
@@ -2,8 +2,6 @@
 #
 # Copyright 2011 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
-# pylint: disable-msg=W0403
-
 """Upload translations to given package."""
 
 __metaclass__ = type

=== modified file 'scripts/rosetta/validate-translations-file.py'
--- scripts/rosetta/validate-translations-file.py	2012-01-01 03:13:08 +0000
+++ scripts/rosetta/validate-translations-file.py	2013-01-07 02:48:21 +0000
@@ -2,8 +2,6 @@
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 __metaclass__ = type
 
 import _pythonpath

=== modified file 'scripts/update-stacked-on.py'
--- scripts/update-stacked-on.py	2012-01-01 03:13:08 +0000
+++ scripts/update-stacked-on.py	2013-01-07 02:48:21 +0000
@@ -3,8 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
-
 """Update stacked_on_location for all Bazaar branches.
 
 Expects standard input of:

=== modified file 'scripts/upload2librarian.py'
--- scripts/upload2librarian.py	2012-01-01 03:13:08 +0000
+++ scripts/upload2librarian.py	2013-01-07 02:48:21 +0000
@@ -3,7 +3,6 @@
 # Copyright 2009 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-# pylint: disable-msg=W0403
 """Simple tool to upload arbitrary files into Librarian."""
 
 import _pythonpath

=== modified file 'utilities/lsconf.py'
--- utilities/lsconf.py	2012-01-01 03:10:25 +0000
+++ utilities/lsconf.py	2013-01-07 02:48:21 +0000
@@ -8,7 +8,6 @@
 __metatype__ = type
 
 # Scripts may have relative imports.
-# pylint: disable-msg=W0403
 import _pythonpath
 
 from operator import attrgetter

=== modified file 'utilities/soyuz-sampledata-setup.py'
--- utilities/soyuz-sampledata-setup.py	2012-09-28 06:25:44 +0000
+++ utilities/soyuz-sampledata-setup.py	2013-01-07 02:48:21 +0000
@@ -1,5 +1,4 @@
 #!/usr/bin/python -S
-# pylint: disable-msg=W0403
 
 # Copyright 2010 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).


Follow ups