Skip to content

Commit d7fd92e

Browse files
committed
fix py2.7 #3
1 parent 70b2b81 commit d7fd92e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pythainlp/MetaSound.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import absolute_import,division,unicode_literals,print_function
3+
from builtins import *
34
'''
45
MetaSound
56

pythainlp/soundex.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import absolute_import,division,unicode_literals,print_function
3+
from builtins import *
34
'''
45
Thai soundex
56

0 commit comments

Comments
 (0)