update dependency to python-ox
This commit is contained in:
parent
6aa9246b45
commit
81e7abc443
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import sys
|
|||
|
||||
import Image
|
||||
import ImageDraw
|
||||
from oxlib import truncateString, wrapString
|
||||
from ox import truncateString, wrapString
|
||||
|
||||
data_root = os.path.join(os.path.dirname(__file__), 'data')
|
||||
|
||||
|
|
Loading…
Reference in a new issue