Skip to content

Commit a10a591

Browse files
committed
Fix __init__.py for Python3
1 parent 12128ad commit a10a591

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
from arabic_reshaper import reshape
1+
from .arabic_reshaper import reshape
2+
3+
__all__ = [reshape]
24

3-
__all__=[reshape]

0 commit comments

Comments
 (0)