Skip to content

Commit

Permalink
remove import of compile_pyc
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Dec 7, 2018
1 parent b23c8fb commit 2fd7208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/core/path_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from ..common.url import has_platform, path_to_url, unquote
from ..exceptions import CondaUpgradeError, CondaVerificationError, PaddingError, SafetyError
from ..gateways.connection.download import download
from ..gateways.disk.create import (compile_multiple_pyc, compile_pyc, copy,
from ..gateways.disk.create import (compile_multiple_pyc, copy,
create_hard_link_or_copy, create_link,
create_python_entry_point, extract_tarball,
make_menu, mkdir_p, write_as_json_to_file)
Expand Down

0 comments on commit 2fd7208

Please sign in to comment.