This method converts a Location object
into a string for display in messages.
# - - - L o c a t i o n . _ _ s t r _ _ - - -
def __str__(self):
'''Return self as a string.
'''
return "@%s" % self.locCode