From 1ec9389ed5460aa67cf0075ac8c37ffd5a2b06d6 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 25 Jul 2005 17:13:12 +0000 Subject: empty module as place holder to parse CSS (referenced from __init__.py already) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@91 86f53f14-5ff3-0310-afe5-9b438ce3f40c --- parsers/css.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 parsers/css.py diff --git a/parsers/css.py b/parsers/css.py new file mode 100644 index 0000000..2eb5f7b --- /dev/null +++ b/parsers/css.py @@ -0,0 +1,20 @@ + +# css.py - parser functions for css content +# +# Copyright (C) 2005 Arthur de Jong +# +# 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, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +mimetypes = () -- cgit v1.2.3