diff options
author | Timothy Crosley <timothy.crosley@gmail.com> | 2015-07-12 22:59:10 -0700 |
---|---|---|
committer | Timothy Crosley <timothy.crosley@gmail.com> | 2015-07-12 22:59:10 -0700 |
commit | 8385818445e9a28d1cc6479b37dbaeddbb6b2de7 (patch) | |
tree | 6441d20e700393f2cdde2d3306ac54eb6c007011 /isort/main.py | |
parent | e6ab66575f18364841ebbcfd3ca2190d8c7cf6d7 (diff) | |
parent | 2432ca510130001cc4f5b2997724954a68112f02 (diff) | |
download | isort-custom-sections.tar.gz |
Merge in latest changes from developcustom-sections
Diffstat (limited to 'isort/main.py')
-rwxr-xr-x | isort/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isort/main.py b/isort/main.py index ff26882e..86270675 100755 --- a/isort/main.py +++ b/isort/main.py @@ -26,7 +26,7 @@ import os import sys import setuptools -from pies.overrides import * +from .pie_slice import * from isort import SortImports, __version__ from isort.settings import DEFAULT_SECTIONS, default, from_path |