aboutsummaryrefslogtreecommitdiff
path: root/pandora/clientbuilder.py
diff options
context:
space:
mode:
Diffstat (limited to 'pandora/clientbuilder.py')
-rw-r--r--pandora/clientbuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandora/clientbuilder.py b/pandora/clientbuilder.py
index 53abdf4..7543df7 100644
--- a/pandora/clientbuilder.py
+++ b/pandora/clientbuilder.py
@@ -6,7 +6,7 @@ configuration formats into a fully built APIClient.
6""" 6"""
7import os.path 7import os.path
8 8
9from .py2compat import ConfigParser 9from configparser import ConfigParser
10from .client import APIClient 10from .client import APIClient
11from .transport import Encryptor, APITransport, DEFAULT_API_HOST 11from .transport import Encryptor, APITransport, DEFAULT_API_HOST
12 12