Basic implementation of the shutdown graphics

This commit is contained in:
Marco Pesenti Gritti
2007-01-11 11:20:08 +01:00
parent dda16d83c0
commit 297381cad7
7 changed files with 57 additions and 3 deletions
+2
View File
@@ -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 + ' ...'