Skip to content

Commit

Permalink
Remove fig.packages replace with real deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Nephin committed Jul 30, 2014
1 parent 48601c6 commit ddf95e1
Show file tree
Hide file tree
Showing 24 changed files with 20 additions and 1,761 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 ddf95e1

Please sign in to comment.