Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/kiu.py
blob: d51dafbcb194b3c1c9116925fe198a3ef153f483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/python
import os
from sugar.session.TestSession import TestSession
from sugar.presence import PresenceService

os.environ['SUGAR_NICK_NAME'] = 'kiu'

session = TestSession()
session.start()

PresenceService.start()