Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/__installed__.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/__installed__.py.in')
-rw-r--r--sugar/__installed__.py.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/sugar/__installed__.py.in b/sugar/__installed__.py.in
index 717669d..7e7352f 100644
--- a/sugar/__installed__.py.in
+++ b/sugar/__installed__.py.in
@@ -1,2 +1,4 @@
+import os
+
def internal_get_data_file(filename):
- return "@prefix@/share/sugar"
+ return os.path.join('@prefix@/share/sugar', filename)