Skip to content

Commit

Permalink
Make things easier for the IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Nov 18, 2016
1 parent 9c7fcad commit 3297871
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda/exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,6 @@
get_local_urls = lambda: list(get_conda_build_local_url()) or []
load_condarc = lambda fn: conda.base.context.reset_context([fn])
PaddingError = conda.exceptions.PaddingError
from conda.common.compat import CrossPlatformStLink
from conda.common.compat import CrossPlatformStLink # NOQA
CrossPlatformStLink = CrossPlatformStLink

0 comments on commit 3297871

Please sign in to comment.