Skip to content

Commit

Permalink
Merge pull request #50 from biolink/fix-import
Browse files Browse the repository at this point in the history
fix __future__ import
  • Loading branch information
dougli1sqrd committed Jun 27, 2017
2 parents 0b5879d + f974cf7 commit 0a06695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ontobio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import absolute_import

__version__ = '0.2.8'

from __future__ import absolute_import
from .ontol_factory import OntologyFactory
from .io.ontol_renderers import GraphRenderer

0 comments on commit 0a06695

Please sign in to comment.