Author: btami Date: 2005-10-24 15:54:09 -0500 (Mon, 24 Oct 2005) New Revision: 8078
Added: trunk/gnue-designer/src/reports/Char/ trunk/gnue-designer/src/reports/Char/FilterSupport.py trunk/gnue-designer/src/reports/Char/__init__.py Log: added missing files Added: trunk/gnue-designer/src/reports/Char/FilterSupport.py =================================================================== --- trunk/gnue-designer/src/reports/Char/FilterSupport.py 2005-10-24 20:51:29 UTC (rev 8077) +++ trunk/gnue-designer/src/reports/Char/FilterSupport.py 2005-10-24 20:54:09 UTC (rev 8078) @@ -0,0 +1,33 @@ +# +# This file is part of GNU Enterprise. +# +# GNU Enterprise is free software; you can redistribute it +# and/or modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation; either +# version 2, or (at your option) any later version. +# +# GNU Enterprise is distributed in the hope that it will be +# useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with program; see the file COPYING. If not, +# write to the Free Software Foundation, Inc., 59 Temple Place +# - Suite 330, Boston, MA 02111-1307, USA. +# +# Copyright 2001-2005 Free Software Foundation +# +# FILE: +# FilterSupport.py +# +# DESCRIPTION: +# +# NOTES: +# + +from gnue.designer.reports.FilterSupport import FilterSupport as _BaseFilterSupport + +class FilterSupport(_BaseFilterSupport): + NAMESPACE = 'GNUe:Reports:Char' + Added: trunk/gnue-designer/src/reports/Char/__init__.py =================================================================== _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
