trivial: remove unused file

This commit is contained in:
Frédéric Péters 2014-12-26 19:50:01 +01:00
parent 64ba764e6e
commit 1643172d05
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
# w.c.s. - web application for online forms
# Copyright (C) 2005-2010 Entr'ouvert
#
# This program 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 of the License, or
# (at your option) any later version.
#
# This program 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 this program; if not, see <http://www.gnu.org/licenses/>.
import quixote
from quixote import get_response
from quixote.html import htmltext
from qommon import get_cfg
from qommon.backoffice.menu import html_top
from qommon.admin.menu import command_icon, error_page
from wcs.users import User