Browse Source
Update octodns/provider/fastdns.py
Co-Authored-By: Ross McFarland <ross@github.com>
pull/379/head
basirjamil
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
octodns/provider/fastdns.py
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
from __future__ import absolute_import, division, print_function, \ |
|
|
|
unicode_literals |
|
|
|
|
|
|
|
import requests |
|
|
|
from requests import Session |
|
|
|
from akamai.edgegrid import EdgeGridAuth |
|
|
|
from urlparse import urljoin |
|
|
|
from collections import defaultdict |
|
|
|
|