summaryrefslogtreecommitdiff
path: root/natsort/ns_enum.py
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-12 22:50:57 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-13 09:24:53 -0800
commit151735dca09339e28536e49db251374d0beb8a61 (patch)
tree7f3d332c11d05246692e38c04862cdcb9cc82eb8 /natsort/ns_enum.py
parent5959dec362b97881c5bf296b5e283246979ca582 (diff)
downloadnatsort-151735dca09339e28536e49db251374d0beb8a61.tar.gz
Revert removal of Python 2.7 in one commitThis is to make a release that supports Python 3.8 and Python 2.7. Thiscommit can be reverted to then remove 2.7 support again.
Diffstat (limited to 'natsort/ns_enum.py')
-rw-r--r--natsort/ns_enum.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/natsort/ns_enum.py b/natsort/ns_enum.py
index 0c1696d..6eebef6 100644
--- a/natsort/ns_enum.py
+++ b/natsort/ns_enum.py
@@ -3,6 +3,7 @@
This module defines the "ns" enum for natsort is used to determine
what algorithm natsort uses.
"""
+from __future__ import absolute_import, division, print_function, unicode_literals
import collections