/[papo]/gnue/designer/src/reports/__init__.py
ViewVC logotype

Diff of /gnue/designer/src/reports/__init__.py

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

revision 1.3 by charlie, Tue Aug 27 18:15:52 2002 UTC revision 1.4 by styxman, Fri Nov 8 16:46:03 2002 UTC
# Line 0  Line 1 
1    #
2    # This file is part of GNU Enterprise.
3    #
4    # GNU Enterprise is free software; you can redistribute it
5    # and/or modify it under the terms of the GNU General Public
6    # License as published by the Free Software Foundation; either
7    # version 2, or (at your option) any later version.
8    #
9    # GNU Enterprise is distributed in the hope that it will be
10    # useful, but WITHOUT ANY WARRANTY; without even the implied
11    # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12    # PURPOSE. See the GNU General Public License for more details.
13    #
14    # You should have received a copy of the GNU General Public
15    # License along with program; see the file COPYING. If not,
16    # write to the Free Software Foundation, Inc., 59 Temple Place
17    # - Suite 330, Boston, MA 02111-1307, USA.
18    #
19    # Copyright 2002 Free Software Foundation
20    #
21    # FILE:
22    # reports/__init__.py
23    #
24    # DESCRIPTION:
25    # Various constants for the reports designer interface
26    #
27    # NOTES:
28    # This __init__ causes gnue.designer.reports to expose
29    # the Instance class plus a properties object.
30    #
31    
32    class ReportsToolProperties:
33    
34      module = 'reports'
35      application = 'GNUe Reports'
36      nickname = 'Reports'
37      description = 'GNUe Report Definition'
38      xmlOpeningTag = 'report'
39    
40      fileExtensions = { 'grd': 'GNUe Report Definition', }
41    
42      defaultFileExtension = 'grd'
43    
44    properties = ReportsToolProperties()
45    
46    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26