The constructor just saves its arguments.
# - - - P a g e G e t . _ _ i n i t _ _ - - -
def __init__ ( self, accessor, username, when, command, url, status ):
"""Constructor for PageGet"""
self.accessor = accessor
self.username = username
self.when = when
self.command = command
self.url = url
self.status = status