This method delegates to Section 9.3, “DaySummary.addLoc(): Add a location
definition” to satisfy the Law of Demeter.
# - - - D a y N o t e s . a d d L o c
def addLoc(self, loc):
'''Add a new location.
'''
self.daySummary.addLoc(loc)