changeset 588:990fa151bb10

using newstuff
author James Bergstra <bergstrj@iro.umontreal.ca>
date Wed, 17 Dec 2008 15:38:37 -0500
parents a4f65f1d2b18
children 6a7f3d83c72b
files bin/dbdict-run
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/dbdict-run	Tue Dec 16 10:09:53 2008 -0500
+++ b/bin/dbdict-run	Wed Dec 17 15:38:37 2008 -0500
@@ -1,3 +1,3 @@
 #!/usr/bin/env python
-from pylearn.dbdict.dbdict_run import RunExperiment
-RunExperiment()
+from pylearn.dbdict.newstuff import run_cmdline
+run_cmdline()