Add pysawsim.manager and pysawsim.manager.thread for running asynchronous jobs.
authorW. Trevor King <wking@drexel.edu>
Tue, 19 Oct 2010 12:42:54 +0000 (08:42 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 19 Oct 2010 12:42:54 +0000 (08:42 -0400)
commit54d3c4daf189ec2534e0ec2dc337080222efe9fb
treef346f13f90d1756d11fb7cb68c4b7c64d27a23a3
parentba587aff487e85e9fb21a4128c0e38ea6baa6335
Add pysawsim.manager and pysawsim.manager.thread for running asynchronous jobs.

Also:
* simplify .gitignore and add *.pyc.
* add log() and __version__ to pysawsim.
* fix exception handling in pysawsim.invoke.invoke().
.gitignore
pysawsim/__init__.py
pysawsim/invoke.py
pysawsim/manager/__init__.py [new file with mode: 0644]
pysawsim/manager/thread.py [new file with mode: 0644]