Skip to content

Commit

Permalink
Move python modules into installable library
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanb committed May 9, 2011
1 parent 3d93eff commit dea6224
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cloudbio/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"""Module level code supporting CloudBioLinux installations.
This provides a reusable architecture allowing definitions and helper code to be used
in other projects.
"""
__import__('pkg_resources').declare_namespace(__name__)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed contrib/edition/__init__.py
Empty file.
1 change: 1 addition & 0 deletions contributors.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ contribute time and expertise.
- Ntino Krampis
- Dave Messina
- Steffen Möller
- Pjotr Prins
- Mitch Skinner
- Bela Tiwari
- Roman Valls

0 comments on commit dea6224

Please sign in to comment.