jan: thuban/Extensions/profiling profiling.py,1.4,1.5
cvs@intevation.de
cvs at intevation.de
Tue Sep 28 21:53:54 CEST 2004
Author: jan
Update of /thubanrepository/thuban/Extensions/profiling
In directory doto:/tmp/cvs-serv11865
Modified Files:
profiling.py
Log Message:
Added registration of the extension.
Index: profiling.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/profiling/profiling.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- profiling.py 11 May 2004 22:34:49 -0000 1.4
+++ profiling.py 28 Sep 2004 19:53:52 -0000 1.5
@@ -33,6 +33,15 @@
from Thuban import _
from Thuban.UI.command import registry, Command
from Thuban.UI.mainwindow import main_menu
+from Thuban.UI.extensionregistry import ExtensionDesc, ext_registry
+
+ext_registry.add(ExtensionDesc(
+ name = 'profiling',
+ version = '1.0.0',
+ authors= [ 'Bernhard Herzog' ],
+ copyright = '2003 Intevation GmbH',
+ desc = _("Provide a profiler and a timer\n"
+ "for screen rendering.")))
#
# Customization
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)