Skip to content

Commit

Permalink
Make Bio._py3k module into a package (Bio/_py3k/__init__.py)
Browse files Browse the repository at this point in the history
This will reduce the namespace clutter with private code like _ordereddict
which is also moved into Bio/_py3k
  • Loading branch information
peterjc committed Sep 4, 2012
1 parent 22fc90b commit 1a9bd6e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ def is_Numpy_installed():
'Bio.Phylo.PAML',
'Bio.UniGene',
'Bio.Wise',
'Bio._py3k',
#Other top level packages,
'BioSQL',
]
Expand Down

0 comments on commit 1a9bd6e

Please sign in to comment.