Skip to content

Commit

Permalink
Use click API for output file handling in pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Mar 27, 2019
1 parent e20ebac commit 964e8e7
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 801 deletions.
2 changes: 0 additions & 2 deletions piptools/_compat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@

if six.PY2:
from .tempfile import TemporaryDirectory
from .contextlib import ExitStack
else:
from tempfile import TemporaryDirectory
from contextlib import ExitStack

from .pip_compat import (
InstallRequirement,
Expand Down
123 changes: 0 additions & 123 deletions piptools/_compat/contextlib.py

This file was deleted.

Loading

0 comments on commit 964e8e7

Please sign in to comment.