From e7690517351f7066c0d5cc5524fd0b37a9760f8b Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Mon, 9 Nov 2009 20:31:19 +0000 Subject: [PATCH] GeoView : Plugin registration and management corrections. svn: r13534 --- src/plugins/view/geoview.gpr.py | 4 ++++ src/plugins/view/geoview.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/plugins/view/geoview.gpr.py b/src/plugins/view/geoview.gpr.py index c92f8ebcc..494a0e577 100644 --- a/src/plugins/view/geoview.gpr.py +++ b/src/plugins/view/geoview.gpr.py @@ -27,6 +27,10 @@ # #------------------------------------------------------------------------ +NOWEB = 0 +WEBKIT = 1 +MOZIL = 2 + TOOLKIT = NOWEB try: diff --git a/src/plugins/view/geoview.py b/src/plugins/view/geoview.py index 11810b59a..94e78ea82 100644 --- a/src/plugins/view/geoview.py +++ b/src/plugins/view/geoview.py @@ -91,7 +91,7 @@ ZOOMANDPOS = re.compile('zoom=([0-9]*) coord=([0-9\.\-\+]*), ([0-9\.\-\+]*):::') URL_SEP = '/' -from HtmlRenderer import HtmlView +from htmlrenderer import HtmlView #------------------------------------------------------------------------- #