Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-emulator
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-01-11 10:20:08 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-01-11 10:20:08 (GMT)
commit297381cad771c3ac9c728ae784e8ea9c325184c4 (patch)
tree18bccae2bc2f0eee59936dadaab9edc5a622e018 /sugar-emulator
parentdda16d83c0fe754eb697c5ceb0bb952bfd15a70f (diff)
Basic implementation of the shutdown graphics
Diffstat (limited to 'sugar-emulator')
-rwxr-xr-xsugar-emulator2
1 files changed, 2 insertions, 0 deletions
diff --git a/sugar-emulator b/sugar-emulator
index 98ec67f..5fd9268 100755
--- a/sugar-emulator
+++ b/sugar-emulator
@@ -19,6 +19,8 @@
import os
import sys
+os.environ['SUGAR_EMULATOR'] = 'yes'
+
sourcedir = os.path.abspath(os.path.dirname(__file__))
if os.path.isfile(os.path.join(sourcedir, 'sugar/__uninstalled__.py')):
print 'Running sugar from ' + sourcedir + ' ...'