/[thuban]/trunk/thuban/Extensions/profiling/__init__.py
ViewVC logotype

Diff of /trunk/thuban/Extensions/profiling/__init__.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1900 by jan, Fri Oct 31 16:02:52 2003 UTC revision 2392 by jan, Tue Nov 16 21:33:27 2004 UTC
# Line 1  Line 1 
1  # Copyright (c) 2003 by Intevation GmbH  # Copyright (c) 2003, 2004 by Intevation GmbH
2  # Authors:  # Authors:
3  # Jan-Oliver Wagner <[email protected]>  # Jan-Oliver Wagner <[email protected]> (2003, 2004)
4  #  #
5  # This program is free software under the GPL (>=v2)  # This program is free software under the GPL (>=v2)
6  # Read the file COPYING coming with Thuban for details.  # Read the file COPYING coming with Thuban for details.
7    
8    # import the actual module
9    import profiling
10    
11    # perform the registration of the extension
12    from Thuban import _
13    from Thuban.UI.extensionregistry import ExtensionDesc, ext_registry
14    
15    ext_registry.add(ExtensionDesc(
16        name = 'profiling',
17        version = '1.0.0',
18        authors= [ 'Bernhard Herzog' ],
19        copyright = '2003, 2004 Intevation GmbH',
20        desc = _("Provide a profiler and a timer\n"
21                 "for screen rendering.")))
22    

Legend:
Removed from v.1900  
changed lines
  Added in v.2392

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26