33 |
from Thuban import _ |
from Thuban import _ |
34 |
from Thuban.UI.command import registry, Command |
from Thuban.UI.command import registry, Command |
35 |
from Thuban.UI.mainwindow import main_menu |
from Thuban.UI.mainwindow import main_menu |
36 |
|
from Thuban.UI.extensionregistry import ExtensionDesc, ext_registry |
37 |
|
|
38 |
|
ext_registry.add(ExtensionDesc( |
39 |
|
name = 'profiling', |
40 |
|
version = '1.0.0', |
41 |
|
authors= [ 'Bernhard Herzog' ], |
42 |
|
copyright = '2003 Intevation GmbH', |
43 |
|
desc = _("Provide a profiler and a timer\n" |
44 |
|
"for screen rendering."))) |
45 |
|
|
46 |
# |
# |
47 |
# Customization |
# Customization |