# HG changeset patch # User Paul Boddie # Date 1497647942 -7200 # Node ID 651da7f796f5b4ece5728cad214768c59e9f75c4 # Parent e4c99d38d08468b1c7aa9fdd97c97f65fded7ba1 Added docstring. diff -r e4c99d38d084 -r 651da7f796f5 tests/qualifiers.py --- a/tests/qualifiers.py Sun Apr 17 22:13:47 2016 +0200 +++ b/tests/qualifiers.py Fri Jun 16 23:19:02 2017 +0200 @@ -1,5 +1,24 @@ #!/usr/bin/env python +""" +Test qualifiers for recurring events. + +Copyright (C) 2014, 2015 Paul Boddie + +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 3 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 . +""" + from vRecurrence import * def show(l):