Author: reinhard Date: 2009-02-24 06:54:22 -0600 (Tue, 24 Feb 2009) New Revision: 9911
Removed: trunk/gnue-designer/src/app/objectext.py Log: Removed unused stub file which doesn't even compile. Deleted: trunk/gnue-designer/src/app/objectext.py =================================================================== --- trunk/gnue-designer/src/app/objectext.py 2009-02-24 12:52:06 UTC (rev 9910) +++ trunk/gnue-designer/src/app/objectext.py 2009-02-24 12:54:22 UTC (rev 9911) @@ -1,47 +0,0 @@ -# GNU Enterprise Designer - GNUe Common Runtime Extensions -# -# Copyright 2001-2008 Free Software Foundation -# -# 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. -# -# $Id$ - -""" -Extensions to GNUe Common's GObjects -""" - -from gnue.common.definitions.GObjects import GObj - -__all__ = ['GObjectExtender', 'install'] - -class GObjectExtender(object): - """ - Our extensions to the gnue.common.definitions.GObjects class - """ - pass - - -def install: - """ - Modify GObj to use our class as a base - """ - if GObjectExtender not in GObj.__bases__: - GObj.__bases__ = (GObjectExtender,) + GObj.__bases__ - - - _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue