Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-22 19:34:07 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-22 19:34:07 (GMT)
commit9af06c0b265ed6fb41b64afa8c186c4a617fa771 (patch)
tree2fe8a5deb30e28696a0e50d52734e2027b5e2302 /sugar
parent01056ee8236ee68a73ca86dc1e801f4bd937089e (diff)
Add a script to start sugar. Move the gtkrc to avoid conflicts when
installing on a complete system.
Diffstat (limited to 'sugar')
-rw-r--r--sugar/env.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sugar/env.py b/sugar/env.py
index 2acdcb9..ed4e72d 100644
--- a/sugar/env.py
+++ b/sugar/env.py
@@ -63,3 +63,6 @@ def get_service_path(name):
def get_shell_path(path=None):
return _get_prefix_path('share/sugar/shell', path)
+
+def get_data_path(path=None):
+ return _get_prefix_path('share/sugar', path)