Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Session.py
diff options
context:
space:
mode:
authorDan Williams <dcbw@localhost.localdomain>2006-07-23 05:32:10 (GMT)
committer Dan Williams <dcbw@localhost.localdomain>2006-07-23 05:32:10 (GMT)
commit1d0b4e12b8f6a0ddc7df0c80fe34796d127f80c5 (patch)
tree86c8bbeb547983d1f886c1d5f9f02cd373c0dc38 /shell/Session.py
parentbca4e1ca9beb28c4afc48ef473ca35c689902de6 (diff)
More PS fixes
Diffstat (limited to 'shell/Session.py')
-rw-r--r--shell/Session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Session.py b/shell/Session.py
index d44889d..412dd73 100644
--- a/shell/Session.py
+++ b/shell/Session.py
@@ -53,7 +53,7 @@ class PresenceServiceProcess(Process):
return "PresenceService"
def start(self):
- Process.start(self, True)
+ Process.start(self)
time.sleep(3)
class Session: