diff options
| author | Timothy Crosley <tcrosley@domaintools.com> | 2017-06-01 11:23:06 -0700 |
|---|---|---|
| committer | Timothy Crosley <tcrosley@domaintools.com> | 2017-06-01 11:23:06 -0700 |
| commit | c15035d547801226b7bfa767cf16fd1c7c067b05 (patch) | |
| tree | 83a429ce4c55756c950bbf8cfcb9339e81fa7a58 | |
| parent | 1f22ee2e1ec4d90c663d522e17b275a23e85382c (diff) | |
| download | isort-feature/hotfix-release-2.tar.gz | |
Define input in Python3 as wellfeature/hotfix-release-2
| -rw-r--r-- | isort/pie_slice.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isort/pie_slice.py b/isort/pie_slice.py index 5079990f..bfb341a7 100644 --- a/isort/pie_slice.py +++ b/isort/pie_slice.py @@ -120,6 +120,7 @@ if PY3: import builtins from urllib import parse + input = input integer_types = (int, ) def u(string): |
