Skip to content

Commit

Permalink
Coverage under Python2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 3, 2013
1 parent 813cf5c commit 56e6ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deform_bootstrap/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

try:
unicode
except NameError:
except NameError: #pragma NO COVER
STRING_TYPES = (str,)
else: #pragma NO COVER
STRING_TYPES = (str, bytes)
Expand Down

0 comments on commit 56e6ceb

Please sign in to comment.