annotate bin/dbdict-run-job @ 557:c49a244bbfb5
pass the WEIRD_STUFF flag as init argument to allow the creation of a test.
author |
Frederic Bastien <bastienf@iro.umontreal.ca> |
date |
Mon, 01 Dec 2008 16:12:47 -0500 |
parents |
798607a058bd |
children |
|
rev |
line source |
538
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
diff
changeset
|
1 #!/usr/bin/env python
|
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
diff
changeset
|
2 from dbdict.tools import standalone_run_job
|
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
diff
changeset
|
3 standalone_run_job()
|