jan: thuban/Extensions/wms wms.py,1.11,1.12

cvs@intevation.de cvs at intevation.de
Sat Nov 20 22:26:37 CET 2004


Author: jan

Update of /thubanrepository/thuban/Extensions/wms
In directory doto:/tmp/cvs-serv9159

Modified Files:
	wms.py 
Log Message:
Removed registry entry (moved to __init__.py).


Index: wms.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/wms/wms.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- wms.py	1 Oct 2004 17:54:13 -0000	1.11
+++ wms.py	20 Nov 2004 21:26:35 -0000	1.12
@@ -1,6 +1,8 @@
 # Copyright (C) 2003, 2004 by Intevation GmbH
 # Authors:
-# Jan-Oliver Wagner <jan at intevation.de>
+# Jan-Oliver Wagner <jan at intevation.de> (2003, 2004)
+# Bernhard Herzog <bh at intevation.de> (2004)
+# Martin Schulze <joey at infodrom.org> (2004)
 #
 # This program is free software under the GPL (>=v2)
 # Read the file COPYING coming with Thuban for details.
@@ -31,16 +33,8 @@
 from Thuban.UI.mainwindow import main_menu, layer_properties_dialogs
 from Thuban import _
 import Thuban.UI.baserenderer
-from Thuban.UI.extensionregistry import ExtensionDesc, ext_registry
 
 from layer import WMSLayer
-
-ext_registry.add(ExtensionDesc(
-    name = 'WMS',
-    version = '0.1.0',
-    authors= [ 'Jan-Oliver Wagner' ],
-    copyright = '2003, 2004 Intevation GmbH',
-    desc = _("Provide layers via OGC WMS.")))
 
 
 class WMSExtension(Extension):





More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)