Skip to content

Commit

Permalink
use u's bouth23
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Jan 18, 2015
1 parent a212e1d commit 0a824e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion isbntools/test/test_sprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

import sys

from isbnlib.dev.bouth23 import u

from isbntools._lab import sprint


Expand All @@ -15,6 +17,6 @@

def test_sprint():
try:
sprint(u'海明威')
sprint(u('海明威'))
except:
raise

0 comments on commit 0a824e4

Please sign in to comment.