def otp_path()

in otp.py [0:0]


def otp_path():
  "Compute the full path to the OTP password storage file."
  return os.path.expanduser(os.path.join('~', OTP_PWD_FILE))