annotate bin/dbdict-run-job @ 615:a88ead1a1537

updated query to support new dot syntax, and hacked api0 to mirror dbdict.status and dbdict.priority to true columns
author James Bergstra <bergstrj@iro.umontreal.ca>
date Sat, 17 Jan 2009 17:37:55 -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()