i18n: disable check-code on polib.py stable
authorMatt Mackall <mpm@selenic.com>
Tue, 22 Jun 2010 15:44:19 -0500
branchstable
changeset 11432 0d548beb9bca
parent 11431 cac256790aa4
child 11433 2186124f08e4
i18n: disable check-code on polib.py
i18n/polib.py
--- a/i18n/polib.py	Sun Jun 20 12:26:48 2010 +0200
+++ b/i18n/polib.py	Tue Jun 22 15:44:19 2010 -0500
@@ -1,5 +1,6 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
+# no-check-code
 #
 # License: MIT (see LICENSE file provided)
 # vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: