From 76187e42fee9e00772546bf55f51eca63eccfc80 Mon Sep 17 00:00:00 2001 From: Justin Gallardo Date: Thu, 30 Nov 2006 02:02:11 +0000 Subject: Moved webbrowser.py to webview.py to resolve a conflict with a python module --- (limited to 'webactivity.py') diff --git a/webactivity.py b/webactivity.py index 64c20f9..8c0682c 100755 --- a/webactivity.py +++ b/webactivity.py @@ -28,7 +28,7 @@ from sugar import env from sugar.graphics import style import stylesheet -from webbrowser import WebBrowser +from webview import WebView from toolbar import Toolbar from linksmodel import LinksModel from linksview import LinksView -- cgit v0.9.1