Skip to content

Commit

Permalink
__init__: no fully-qualified imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Roberts committed Feb 17, 2015
1 parent 1253e31 commit 6f76853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygermanet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
__init__ file to allow pygermanet to be loaded as a module.
'''

from pygermanet.germanet import load_germanet, Synset, Lemma
from __future__ import absolute_import
from .germanet import load_germanet, Synset, Lemma

0 comments on commit 6f76853

Please sign in to comment.