GeoView : Plugin registration and management corrections.

svn: r13534
This commit is contained in:
Serge Noiraud 2009-11-09 20:31:19 +00:00
parent 158e272c77
commit e769051735
2 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,10 @@
#
#------------------------------------------------------------------------
NOWEB = 0
WEBKIT = 1
MOZIL = 2
TOOLKIT = NOWEB
try:

View File

@ -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
#-------------------------------------------------------------------------
#