Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorJustin Gallardo <jirwin@eleanor.(none)>2006-11-30 02:02:11 (GMT)
committer Justin Gallardo <jirwin@eleanor.(none)>2006-11-30 02:02:11 (GMT)
commit76187e42fee9e00772546bf55f51eca63eccfc80 (patch)
tree3d1dd3657b793b215ddc394d9b47fd222eb2d88e /webactivity.py
parent411b4fea13addb592666571deeb8b6a8f72a54d8 (diff)
Moved webbrowser.py to webview.py to resolve a conflict with a python module
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py2
1 files changed, 1 insertions, 1 deletions
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