Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/env.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-16 17:12:47 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-16 17:12:47 (GMT)
commitc9f28b7317fab9a6d824cac9ef3eedd39fba4948 (patch)
treed49a28e948d7503169c46fe97ef3dc93d1be4ba7 /sugar/env.py
parent8b6af7efa56599fd4edb81471fe92253549edb37 (diff)
Rework the emulator. Move matchbox in the shell.
Diffstat (limited to 'sugar/env.py')
-rw-r--r--sugar/env.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/sugar/env.py b/sugar/env.py
index 4cdaf2c..4938940 100644
--- a/sugar/env.py
+++ b/sugar/env.py
@@ -66,6 +66,3 @@ def get_service_path(name):
def get_shell_path(path=None):
return _get_prefix_path('share/sugar/shell', path)
-
-def get_emulator_path(path=None):
- return _get_prefix_path('share/sugar/emulator', path)