annotate bin/dbdict-run-job @ 542:ee5324c21e60

changes to dbdict to use dict-like instead of object-like state
author James Bergstra <bergstrj@iro.umontreal.ca>
date Mon, 17 Nov 2008 18:38:32 -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()