[Yt-svn] yt-commit r348 - trunk/yt

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Sat Dec 29 21:18:21 PST 2007


Author: mturk
Date: Sat Dec 29 21:18:17 2007
New Revision: 348
URL: http://yt.spacepope.org/changeset/348

Log:
Fixed typo about config setup -- field plugins should be in [lagos] not [yt].
Also, maybe even having the different sections is overkill.  C'est la vie.



Modified:
   trunk/yt/config.py

Modified: trunk/yt/config.py
==============================================================================
--- trunk/yt/config.py	(original)
+++ trunk/yt/config.py	Sat Dec 29 21:18:17 2007
@@ -52,6 +52,8 @@
         'onlydeserialize' : 'False',
         'usefortran' : 'False',
         'useswig' : 'False',
+        'loadfieldplugins':'False',
+        'pluginfilename':'yt_plugins.py',
         },
     "yt":{
         'LogFile': 'False',
@@ -62,8 +64,6 @@
         'User':os.getenv("USER"),
         'timefunctions':'False',
         'inGui':'False',
-        'loadfieldplugins':'False',
-        'pluginfilename':'yt_plugins.py',
          },
     "raven":{
         'ImagePath':".",



More information about the yt-svn mailing list