annotate bin/dbdict-run-job @ 581:01e04bf878e2

removed some code that is not needed anymore as the bug is fixed. I will add a test in module later.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Fri, 05 Dec 2008 15:56:42 -0500
parents 798607a058bd
children
rev   line source
538
798607a058bd added missing files
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
diff changeset
1 #!/usr/bin/env python
798607a058bd added missing files
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
diff changeset
2 from dbdict.tools import standalone_run_job
798607a058bd added missing files
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
diff changeset
3 standalone_run_job()