Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-07-06 20:50:07 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-06 20:50:07 (GMT)
commit9f72588ce7579ca7f49f3f8f27e7e3435299cb83 (patch)
tree58e90d5c07e5387e27e4a64f50636c5a357b678d /webactivity.py
parent88880c9daed74bdccee74795bcc8aa3b491fd2ab (diff)
Release version 26.
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/webactivity.py b/webactivity.py
index c0798af..13597c6 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -42,6 +42,9 @@ class WebActivity(activity.Activity):
def __init__(self, handle, browser=None):
activity.Activity.__init__(self, handle)
+ import time
+ time.sleep(100)
+
logging.debug('Starting the web activity')
if browser: