Kaydet (Commit) 73434476 authored tarafından Joffrey F's avatar Joffrey F

Merge pull request #211 from aanand/relative-errors-imports

Relative 'errors' imports, for consistency
......@@ -20,7 +20,7 @@ import os
import six
from ..utils import utils
from docker import errors
from .. import errors
INDEX_URL = 'https://index.docker.io/v1/'
DOCKER_CONFIG_FILENAME = '.dockercfg'
......
......@@ -24,7 +24,7 @@ import six
from .auth import auth
from .unixconn import unixconn
from .utils import utils
from docker import errors
from . import errors
if not six.PY3:
import websocket
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment