MoinLight

Annotated moinformat/serialisers/moin/__init__.py

265:f034ee75cc12
2019-07-01 Paul Boddie Merged changes from the default branch. single-regexp-searching
paul@85 1
#!/usr/bin/env python
paul@85 2
paul@85 3
"""
paul@85 4
A package of modules containing Moin format serialisers.
paul@85 5
paul@85 6
Copyright (C) 2018 Paul Boddie <paul@boddie.org.uk>
paul@85 7
paul@85 8
This program is free software; you can redistribute it and/or modify it under
paul@85 9
the terms of the GNU General Public License as published by the Free Software
paul@85 10
Foundation; either version 3 of the License, or (at your option) any later
paul@85 11
version.
paul@85 12
paul@85 13
This program is distributed in the hope that it will be useful, but WITHOUT
paul@85 14
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
paul@85 15
FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
paul@85 16
details.
paul@85 17
paul@85 18
You should have received a copy of the GNU General Public License along with
paul@85 19
this program.  If not, see <http://www.gnu.org/licenses/>.
paul@85 20
"""
paul@85 21
paul@85 22
# vim: tabstop=4 expandtab shiftwidth=4