# HG changeset patch # User J.S. Oishi # Date 1283203582 25200 # Branch yt # Node ID 01ad66fba7460d8ea6c5173f17f78bf9030412b1 # Parent 22be1cb11d781e5a9c5a3a07c33aff22056f8c0b fixed commandline yt. diff -r 22be1cb11d781e5a9c5a3a07c33aff22056f8c0b -r 01ad66fba7460d8ea6c5173f17f78bf9030412b1 setup.py --- a/setup.py Mon Aug 30 14:25:01 2010 -0700 +++ b/setup.py Mon Aug 30 14:26:22 2010 -0700 @@ -55,7 +55,7 @@ 'storage' : ['h5py'], 'pdf' : ['pypdf']}, entry_points = { 'console_scripts' : [ - 'yt = yt.command_line:run_main', + 'yt = yt.utilities.command_line:run_main', 'enzo_test = yt.extensions.enzo_test:run_main', ]}, author="Matthew J. Turk", diff -r 22be1cb11d781e5a9c5a3a07c33aff22056f8c0b -r 01ad66fba7460d8ea6c5173f17f78bf9030412b1 yt/utilities/command_line.py --- a/yt/utilities/command_line.py Mon Aug 30 14:25:01 2010 -0700 +++ b/yt/utilities/command_line.py Mon Aug 30 14:26:22 2010 -0700 @@ -25,7 +25,7 @@ from yt.mods import * from yt.funcs import * -import yt.cmdln as cmdln +import cmdln as cmdln import optparse, os, os.path, math, sys, time, subprocess def _fix_pf(arg):