# HG changeset patch # User Paul Boddie # Date 1422921066 -3600 # Node ID 0316f5d9afb9220918c55cff71583f3b6510126b # Parent 96006c7331076f1cb07246c9a75932ec6eac72c4 Added some qualifications to the comments. diff -r 96006c733107 -r 0316f5d9afb9 imiptools/period.py --- a/imiptools/period.py Tue Feb 03 00:33:45 2015 +0100 +++ b/imiptools/period.py Tue Feb 03 00:51:06 2015 +0100 @@ -23,7 +23,7 @@ from datetime import datetime from imiptools.dates import get_datetime, get_start_of_day, to_timezone -# Time management. +# Time management with datetime strings. def can_schedule(freebusy, periods, uid): @@ -113,7 +113,7 @@ else: return False -# Period layout. +# Period layout mostly with datetime objects. def convert_periods(periods, tzid):