summaryrefslogtreecommitdiff
path: root/boto/core/credentials.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/core/credentials.py')
-rw-r--r--boto/core/credentials.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/core/credentials.py b/boto/core/credentials.py
index 1f315a32..b4b35b53 100644
--- a/boto/core/credentials.py
+++ b/boto/core/credentials.py
@@ -23,8 +23,8 @@
#
import os
from six.moves import configparser
+from boto.compat import json
import requests
-import json
class Credentials(object):