summaryrefslogtreecommitdiff
path: root/natsort/ns_enum.py
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2015-06-24 23:02:54 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2015-06-24 23:02:54 -0700
commit5c8de308107fe33b76bd8f4840ce8a773c8fd0f0 (patch)
tree4d7f92fd9066343b08c1f2e7bd4e5913c1cf4b48 /natsort/ns_enum.py
parentd8aca1dd56638b2bfff0b70232c6801cf8b4b471 (diff)
downloadnatsort-5c8de308107fe33b76bd8f4840ce8a773c8fd0f0.tar.gz
Moved all non-testing compat functions to compat folder.
This makes the boilerplate at the top of the main natsort files simply import based, and all the try: excepts and if: else statements are in the files contained in the compat folder.
Diffstat (limited to 'natsort/ns_enum.py')
-rw-r--r--natsort/ns_enum.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/natsort/ns_enum.py b/natsort/ns_enum.py
index a032a50..fdaaf88 100644
--- a/natsort/ns_enum.py
+++ b/natsort/ns_enum.py
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
"""This module defines the "ns" enum for natsort."""
-
from __future__ import (
print_function,
division,