jan: thuban/Extensions/profiling profiling.py,1.5,1.6

cvs@intevation.de cvs at intevation.de
Tue Nov 16 22:32:58 CET 2004


Author: jan

Update of /thubanrepository/thuban/Extensions/profiling
In directory doto:/tmp/cvs-serv13637

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


Index: profiling.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/profiling/profiling.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- profiling.py	28 Sep 2004 19:53:52 -0000	1.5
+++ profiling.py	16 Nov 2004 21:32:56 -0000	1.6
@@ -1,6 +1,7 @@
-# Copyright (C) 2003 by Intevation GmbH
+# Copyright (C) 2003, 2004 by Intevation GmbH
 # Authors:
-# Bernhard Herzog <bh at intevation.de>
+# Bernhard Herzog <bh at intevation.de> (2003)
+# Jan-Oliver Wagner <jan at intevation.de> (2003, 2004)
 #
 # This program is free software under the GPL (>=v2)
 # Read the file COPYING coming with the software for details.
@@ -33,15 +34,6 @@
 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)