Skip to content

Commit

Permalink
one last merge to bring in.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Jan 30, 2015
1 parent 12d3581 commit 5961ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions textile/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
except ImportError:
import re
from sys import maxunicode
upper_re_s = "".join([unichr(c) for c in xrange(maxunicode) if
unichr(c).isupper()])
upper_re_s = "".join([unichr(c) for c in
xrange(maxunicode) if unichr(c).isupper()])


def _normalize_newlines(string):
Expand Down

0 comments on commit 5961ad0

Please sign in to comment.