[Yt-svn] yt-commit r881 - trunk/yt/extensions

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed Nov 5 11:15:55 PST 2008


Author: mturk
Date: Wed Nov  5 11:15:54 2008
New Revision: 881
URL: http://yt.spacepope.org/changeset/881

Log:
Adding a mods file



Added:
   trunk/yt/extensions/mods.py

Added: trunk/yt/extensions/mods.py
==============================================================================
--- (empty file)
+++ trunk/yt/extensions/mods.py	Wed Nov  5 11:15:54 2008
@@ -0,0 +1,34 @@
+"""
+Very simple convenience function for importing all the extension modules.
+
+Author: Matthew Turk <matthewturk at gmail.com>
+Affiliation: KIPAC/SLAC/Stanford
+Homepage: http://yt.enzotools.org/
+License:
+  Copyright (C) 2008 Matthew Turk.  All Rights Reserved.
+
+  This file is part of yt.
+
+  yt is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 3 of the License, or
+  (at your option) any later version.
+  
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+  
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+"""
+
+#
+# ALL IMPORTS GO HERE
+#
+
+# First module imports
+import HaloProfiler
+
+# Now individual component imports
+from HaloProfiler import HaloProfiler



More information about the yt-svn mailing list