Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index 784ec1c..85afe69 100644
--- a/activity.py
+++ b/activity.py
@@ -42,7 +42,7 @@ class WikipediaActivity(webactivity.WebActivity):
print "Starting server...\n"
os.chdir(os.environ['SUGAR_BUNDLE_PATH'])
- self.server_pid = os.spawnlp(os.P_NOWAIT, 'python', 'python', 'py/server.py', WIKIDB, HTTP_PORT)
+ self.server_pid = os.spawnlp(os.P_NOWAIT, 'python', 'python', 'server.py', WIKIDB, HTTP_PORT)
# FIXME: Give ourselves five seconds to start the server.
time.sleep(8)