First attempt at breaking up code into seperately installable packages (experiment).
authorBrandon King <kingb@caltech.edu>
Tue, 5 Aug 2008 18:11:50 +0000 (18:11 +0000)
committerBrandon King <kingb@caltech.edu>
Tue, 5 Aug 2008 18:11:50 +0000 (18:11 +0000)
commit9e2d5e742a14b345e279cd4ae39e8cee6335b34c
tree417617f0ea130b198a32a0ea0a105e2c1ace5ef8
parent0a15bbbd7ac0400dcaf611c40ac6282e9cfd463c
First attempt at breaking up code into seperately installable packages (experiment).
htswanalysis/htswanalysis/__init__.py [new file with mode: 0644]
htswcommon/htswcommon/__init__.py [new file with mode: 0644]
htswcommon/htswcommon/data_transfer/__init__.py [new file with mode: 0644]
htswcommon/htswcommon/messaging/__init__.py [new file with mode: 0644]
htswcommon/htswcommon/util/__init__.py [new file with mode: 0644]
htswdataprod/htswdataprod/__init__.py [new file with mode: 0644]
htswfrontend/htswfrontend/__init__.py [new file with mode: 0644]