Skip to content

Instantly share code, notes, and snippets.

@elderamevans
elderamevans / familysearch-python-sdk-desktop-login-diagnoser.py
Created June 3, 2015 18:20
Familysearch-Python SDK desktop login diagnoser
try:
from urllib.error import HTTPError
raw_input = input
except ImportError:
from urllib2 import HTTPError
from getpass import getpass
import json
from familysearch import FamilySearch