Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/emulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/emulator.py')
-rw-r--r--sugar/emulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/emulator.py b/sugar/emulator.py
index 90d6cf9..bc06924 100644
--- a/sugar/emulator.py
+++ b/sugar/emulator.py
@@ -98,7 +98,7 @@ class XephyrProcess(Process):
def start(self, standard_output=False):
Process.start(self)
os.environ['DISPLAY'] = ":%d" % (self._display)
- os.environ['SUGAR_XEPHYR_PID'] = '%d' % self.pid
+ os.environ['SUGAR_EMULATOR_PID'] = '%d' % self.pid
class Emulator(object):
"""The OLPC emulator"""