summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2014-09-25 21:13:58 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2014-09-25 21:13:58 -0700
commitce94d418c3849e891f0508b41f5bccc4ae1d4e4d (patch)
tree1408954f6bc4c844b56535599340051428a56f5f /.coveragerc
parentafc8e69ccbcf6304a10751d97149f2c8435fb09f (diff)
parent84f13d5fa3eb8a23eeae00b50eb062503f4ca290 (diff)
downloadnatsort-3.5.1.tar.gz
natsort version 3.5.1 release.3.5.1
- Fixed bug that caused list/tuples to fail when using 'ns.LOWECASEFIRST' or 'ns.IGNORECASE'. - Refactored modules so that only the public API was in natsort.py and ns_enum.py. - Refactored all import statements to be absolute, not relative.
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.coveragerc b/.coveragerc
index 8622bd1..1bbfe9d 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -9,9 +9,6 @@ exclude_lines =
raise NotImplementedError
raise$
- # Don't complain about alternate imports
- except ImportError
-
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.: