diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2005-07-25 19:13:12 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2005-07-25 19:13:12 +0200 |
commit | 1ec9389ed5460aa67cf0075ac8c37ffd5a2b06d6 (patch) | |
tree | 9467a06eaa552c08615ebf745f0b033985cc0d6d | |
parent | 5c10d1724d3d997814695bd72623b7b83e38614c (diff) |
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
-rw-r--r-- | parsers/css.py | 20 |
1 files changed, 20 insertions, 0 deletions
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 <arthur@tiefighter.et.tudelft.nl> +# +# 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 = () |