jan: thuban/Extensions/bboxdump bboxdump.py,1.4,1.5
cvs@intevation.de
cvs at intevation.de
Sat Nov 20 13:54:11 CET 2004
Author: jan
Update of /thubanrepository/thuban/Extensions/bboxdump
In directory doto:/tmp/cvs-serv3783
Modified Files:
bboxdump.py
Log Message:
Removed registry entry (moved to __init__.py).
Index: bboxdump.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/bboxdump/bboxdump.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bboxdump.py 28 Sep 2004 19:31:05 -0000 1.4
+++ bboxdump.py 20 Nov 2004 12:54:09 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright (C) 2003-2004 by Intevation GmbH
+# Copyright (C) 2004 by Intevation GmbH
# Authors:
-# Frank Koormann <frank at intevation.de>
+# Frank Koormann <frank at intevation.de> (2004)
#
# This program is free software under the GPL (>=v2)
# Read the file COPYING coming with Thuban for details.
@@ -26,19 +26,10 @@
from Thuban.UI.common import ThubanBeginBusyCursor, ThubanEndBusyCursor
from Thuban.UI.command import registry, Command
from Thuban.UI.mainwindow import main_menu, _has_selected_shape_layer
-from Thuban.UI.extensionregistry import ExtensionDesc, ext_registry
from Thuban import _
import shapelib
import dbflib
-
-ext_registry.add(ExtensionDesc(
- name = 'bboxdump',
- version = '1.0.0',
- authors= [ 'Frank Koormann' ],
- copyright = '2003-2004 Intevation GmbH',
- desc = _("Dumps the bounding boxes of all\n" \
- "shapes of the selected layer.")))
# Widget IDs
ID_FILENAME = 4001
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)