Ignored python2-specific code on coverage report.

This commit is contained in:
Jeppe Klitgaard 2015-04-16 20:22:49 +02:00
parent 868bd149f5
commit e1f8f0254a
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ import six
# ### LONG ###
if six.PY3:
long = int
else:
else: # pragma: no cover
long = long