GeoView : Plugin registration and management corrections.
svn: r13534
This commit is contained in:
parent
158e272c77
commit
e769051735
@ -27,6 +27,10 @@
|
|||||||
#
|
#
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
|
||||||
|
NOWEB = 0
|
||||||
|
WEBKIT = 1
|
||||||
|
MOZIL = 2
|
||||||
|
|
||||||
TOOLKIT = NOWEB
|
TOOLKIT = NOWEB
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
@ -91,7 +91,7 @@ ZOOMANDPOS = re.compile('zoom=([0-9]*) coord=([0-9\.\-\+]*), ([0-9\.\-\+]*):::')
|
|||||||
|
|
||||||
URL_SEP = '/'
|
URL_SEP = '/'
|
||||||
|
|
||||||
from HtmlRenderer import HtmlView
|
from htmlrenderer import HtmlView
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user