Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-08-13 12:28:09 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-08-13 12:28:09 (GMT)
commit2c81d38c4ccdb9b1819ff143cfe9d784cb7444a8 (patch)
treec89a25d8f19bbe43239cc1781248c2f6d54fcc2c /service
parent4220867379e125b88a53d10207ac7bcf0abd7ee9 (diff)
Pylint fixes
Diffstat (limited to 'service')
-rw-r--r--service/config.py.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/service/config.py.in b/service/config.py.in
index c617d7e..3374006 100644
--- a/service/config.py.in
+++ b/service/config.py.in
@@ -14,4 +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
+
data_path = '@prefix@/share/sugar/data'
+