___
def _read_file(path): # 173 stickytape.__init__
  return open(path,encoding="ISO-8859-1").read()
