Skip to content

Commit

Permalink
Fix __init__.py for Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcabd committed Feb 16, 2016
1 parent 12128ad commit a10a591
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions __init__.py
@@ -1,3 +1,4 @@
from arabic_reshaper import reshape
from .arabic_reshaper import reshape

__all__ = [reshape]

__all__=[reshape]

0 comments on commit a10a591

Please sign in to comment.