jan: thuban/Extensions/importAPR importAPR.py,1.6,1.7
cvs@intevation.de
cvs at intevation.de
Sat Nov 20 13:55:03 CET 2004
Author: jan
Update of /thubanrepository/thuban/Extensions/importAPR
In directory doto:/tmp/cvs-serv3813
Modified Files:
importAPR.py
Log Message:
Removed registry entry (moved to __init__.py).
Index: importAPR.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/importAPR/importAPR.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- importAPR.py 3 Oct 2004 22:02:57 -0000 1.6
+++ importAPR.py 20 Nov 2004 12:55:01 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright (C) 2003, 2004 by Intevation GmbH
# Authors:
-# Jan-Oliver Wagner <jan at intevation.de>
+# Jan-Oliver Wagner <jan at intevation.de> (2003, 2004)
#
# This program is free software under the GPL (>=v2)
# Read the file COPYING coming with Thuban for details.
@@ -27,18 +27,9 @@
from Thuban import _
from Thuban.Model.layer import Layer
from Thuban.Model.classification import ClassGroupRange, ClassGroupSingleton
-from Thuban.UI.extensionregistry import ExtensionDesc, ext_registry
from odb import ODBBaseObject
from apr import APR_LClass, APR_TClr, APR_BLnSym, APR_BMkSym, APR_BShSym
-
-ext_registry.add(ExtensionDesc(
- name = 'importAPR',
- version = '0.1.1',
- authors= [ 'Jan-Oliver Wagner' ],
- copyright = '2003, 2004 Intevation GmbH',
- desc = _("Import a ArcView project file (.apr)\n" \
- "and convert it to Thuban.")))
class ODBExtension(Extension):
def TreeInfo(self):
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)