Skip to content

Commit

Permalink
Merge pull request #1 from dnephin/replace_packages_with_deps
Browse files Browse the repository at this point in the history
Replace packages with deps
  • Loading branch information
dnephin committed Jul 31, 2014
2 parents 847ec5b + ddf95e1 commit 1db949f
Show file tree
Hide file tree
Showing 24 changed files with 30 additions and 1,763 deletions.
4 changes: 2 additions & 2 deletions fig/cli/command.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from __future__ import unicode_literals
from __future__ import absolute_import
from ..packages.docker import Client
from docker import Client
from requests.exceptions import ConnectionError
import errno
import logging
import os
import re
import yaml
from ..packages import six
import six

from ..project import Project
from ..service import ConfigError
Expand Down
2 changes: 1 addition & 1 deletion fig/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .log_printer import LogPrinter
from .utils import yesno

from ..packages.docker.errors import APIError
from docker.errors import APIError
from .errors import UserError
from .docopt_command import NoSuchCommand

Expand Down
Empty file removed fig/packages/__init__.py
Empty file.
20 changes: 0 additions & 20 deletions fig/packages/docker/__init__.py

This file was deleted.

7 changes: 0 additions & 7 deletions fig/packages/docker/auth/__init__.py

This file was deleted.

167 changes: 0 additions & 167 deletions fig/packages/docker/auth/auth.py

This file was deleted.

Loading

0 comments on commit 1db949f

Please sign in to comment.