[Yt-svn] yt-commit r1000 - trunk

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Dec 9 20:26:42 PST 2008


Author: mturk
Date: Tue Dec  9 20:26:42 2008
New Revision: 1000
URL: http://yt.spacepope.org/changeset/1000

Log:
Adding yt_hop as a command -- this will go away rather soon, though, when I
bring in the cmdln module and move everythign into a single command, 'yt'.
It's almost working, but I am unsure yet about the means of iterating over
parameter files.

Also, welcome to triple digits.



Modified:
   trunk/setup.py

Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py	(original)
+++ trunk/setup.py	Tue Dec  9 20:26:42 2008
@@ -57,7 +57,8 @@
                            'pdf' : ['pypdf']},
         entry_points = { 'console_scripts' : [
                             'yt_timeseries = yt.commands:timeseries',
-                            'yt_zoomin = yt.commands:zoomin']
+                            'yt_zoomin = yt.commands:zoomin',
+                            'yt_hop = yt.commands:hop_single']
                        },
         author="Matthew J. Turk",
         author_email="matthewturk at gmail.com",



More information about the yt-svn mailing list