Skip to content

Commit

Permalink
add reset_context to conda.exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Apr 27, 2018
1 parent 89c2985 commit d6e8fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda/exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@
VersionOrder, normalized_version = VersionOrder, normalized_version # NOQA

import conda.base.context # NOQA
from .base.context import get_prefix, non_x86_linux_machines, sys_rc_path # NOQA
from .base.context import get_prefix, non_x86_linux_machines, reset_context, sys_rc_path # NOQA
non_x86_linux_machines, sys_rc_path = non_x86_linux_machines, sys_rc_path
get_prefix = get_prefix
reset_context = reset_context

from ._vendor.auxlib.entity import EntityEncoder # NOQA
EntityEncoder = EntityEncoder
Expand Down

0 comments on commit d6e8fa5

Please sign in to comment.