Skip to content

Commit

Permalink
Import submodules from PI/__init__
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothar Braun committed Nov 23, 2011
1 parent f856997 commit a9fefc2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion PI/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
__all__ = [ "input", "distance", "phylogeny", "multialign", "output", "core" ]
import input
import distance
import phylogeny
import multialign
import output
import core

# vim: set sts=4 sw=4 cindent nowrap expandtab:

0 comments on commit a9fefc2

Please sign in to comment.