Skip to content

Commit

Permalink
Import PathType for conda instead of NodeType
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Dec 15, 2016
1 parent b7d7ba3 commit e67d419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda_build/conda_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ def which_prefix(path):
prefix = dirname(prefix)

if parse_version(conda.__version__) >= parse_version("4.3"):
from conda.exports import FileMode, NodeType
FileMode, PathType = FileMode, NodeType
from conda.exports import FileMode, PathType
FileMode, PathType = FileMode, PathType
from conda.export import EntityEncoder
EntityEncoder = EntityEncoder
from conda.export import CrossPlatformStLink
Expand Down

0 comments on commit e67d419

Please sign in to comment.