[Mpuls-commits] r5443 - jmd/trunk/jmdstrukturweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Oct 10 16:05:18 CEST 2011


Author: bh
Date: 2011-10-10 16:05:17 +0200 (Mon, 10 Oct 2011)
New Revision: 5443

Removed:
   jmd/trunk/jmdstrukturweb/lib/search.py
Log:
Remove jmdstrukturweb/lib/search.py. It only contained empty classes.
We might as well use the base classes directly, so we can remove the
file completely.


Deleted: jmd/trunk/jmdstrukturweb/lib/search.py
===================================================================
--- jmd/trunk/jmdstrukturweb/lib/search.py	2011-10-10 13:24:25 UTC (rev 5442)
+++ jmd/trunk/jmdstrukturweb/lib/search.py	2011-10-10 14:05:17 UTC (rev 5443)
@@ -1,51 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright 2007, 2008 Intevation GmbH, Germany, <info at intevation.de>
-#
-# This file is part of mpuls WASKA (CoMPUter-based case fiLeS -
-# Web-Anwendungs-Server fuer Kompetenzagenturen).
-#
-# mpuls WASKA is free software: you can redistribute it and/or modify it under
-# the terms of the GNU Affero General Public License as published by the
-# Free Software Foundation, either version 3 of the License, or (at your
-# option) any later version.
-#
-# mpuls WASKA 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 Affero General Public
-# License for more details.
-#
-# You should have received a copy of the GNU Affero General Public
-# License along with mpuls WASKA. If not, see <http://www.gnu.org/licenses/>.
-#
-# mpuls WASKA has been developed on behalf of the
-# Projekttraeger im Deutschen Zentrum fuer Luft- und Raumfahrt e.V. (PT-DLR)
-# within the programme Kompetenzagenturen (Durchfuehrungsphase) funded by
-# the Bundesministerium fuer Familie, Senioren, Frauen und Jugend and
-# European Social Fund resources.
-#
-# Authors:
-# Torsten Irländer <torsten.irlaender at intevation.de>
-
-import logging
-
-from mpulsweb.lib.search import CaseSearch as CaseBaseSearch
-from mpulsweb.lib.search import EvaluationSearch as EvaluationBaseSearch
-from mpulsweb.lib.search import AppMixin as AppBaseMixin
-
-
-log = logging.getLogger(__name__)
-
-class AppMixin(AppBaseMixin):
-
-    pass
-
-class CaseSearch(CaseBaseSearch, AppMixin):
-
-    pass
-
-class EvaluationSearch(EvaluationBaseSearch, AppMixin):
-
-    pass
-
-# vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:



More information about the Mpuls-commits mailing list