try: # Python 3+ from http import client except: # Python 2.5-2.7 import httplib as client