This constructor is similar to Section 7.5, “BigInfo.__init__(): Constructor”.
# - - - O l d I n f o . _ _ i n i t _ _ - - -
def __init__ ( self, path, basePath ):
"""Constructor for OldInfo."""
#-- 1 --
pathinfo.PathInfo.__init__ ( self, path )
#-- 2 --
self.__basePath = basePath