ansible-later/env_27/lib/python2.7/site-packages/isort/__main__.py

10 lines
205 B
Python
Raw Normal View History

2019-04-11 15:56:20 +02:00
from __future__ import absolute_import
from isort.pie_slice import apply_changes_to_python_environment
apply_changes_to_python_environment()
from isort.main import main # noqa: E402 isort:skip
main()