Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--service/config.py.in3
-rw-r--r--src/config.py.in5
2 files changed, 7 insertions, 1 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'
+
diff --git a/src/config.py.in b/src/config.py.in
index fb26181..a69f18f 100644
--- a/src/config.py.in
+++ b/src/config.py.in
@@ -14,6 +14,9 @@
# 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
+
prefix = '@prefix@'
data_path = '@prefix@/share/sugar/data'
-shell_path = '@prefix@/share/sugar/shell' \ No newline at end of file
+shell_path = '@prefix@/share/sugar/shell'
+