Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2008-05-23 22:58:23 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2008-05-23 22:58:23 (GMT)
commitdd58bf72d6799438d8033cf7de6bc26a711734c3 (patch)
tree12c5c75e465b5c7889857116839f4dcd215fc230 /activity.py
parent02242194e156b00cef18506ab37d4a51ba36ac57 (diff)
Rename step 1. Breaking the renames up because Git fails to recognize them when too many are done at once.
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)