From 9f72588ce7579ca7f49f3f8f27e7e3435299cb83 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 06 Jul 2007 20:50:07 +0000 Subject: Release version 26. --- (limited to 'webactivity.py') 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: -- cgit v0.9.1