Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-10-16 18:13:31 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-10-23 11:06:39 (GMT)
commite12c325acfabbe9e35ace99ae670f73efb967c93 (patch)
treeead57dfcfb4f43746d137a6231e786d3544de2e3
parent4da9a3d77d381ef20a298e690acb342a88907163 (diff)
pylint cleanup: replace disable-msg with disable
Adapt to upstream format change.
-rw-r--r--src/jarabe/config.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/config.py.in b/src/jarabe/config.py.in
index 6c418e9..d22ee9a 100644
--- a/src/jarabe/config.py.in
+++ b/src/jarabe/config.py.in
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-# pylint: disable-msg=C0301
+# pylint: disable=C0301
prefix = '@prefix@'
data_path = '@prefix@/share/sugar/data'