[cig-commits] r5255 - in cs/pythia/trunk: . pythia

leif at geodynamics.org leif at geodynamics.org
Mon Nov 13 14:13:40 PST 2006


Author: leif
Date: 2006-11-13 14:13:40 -0800 (Mon, 13 Nov 2006)
New Revision: 5255

Added:
   cs/pythia/trunk/acis/
   cs/pythia/trunk/blade/
   cs/pythia/trunk/elc/
   cs/pythia/trunk/journal/
   cs/pythia/trunk/mpi/
   cs/pythia/trunk/opal/
   cs/pythia/trunk/pulse/
   cs/pythia/trunk/pyre/
   cs/pythia/trunk/rigid/
Removed:
   cs/pythia/trunk/pythia/acis/
   cs/pythia/trunk/pythia/blade/
   cs/pythia/trunk/pythia/elc/
   cs/pythia/trunk/pythia/journal/
   cs/pythia/trunk/pythia/mpi/
   cs/pythia/trunk/pythia/opal/
   cs/pythia/trunk/pythia/pulse/
   cs/pythia/trunk/pythia/pyre/
   cs/pythia/trunk/pythia/rigid/
Modified:
   cs/pythia/trunk/setup.py
Log:
Reverted 'pythia' namespace.  I anticipate problems.  In fact,
this was waking me in the night this past weekend.  It was a
hack, anyway:  importing 'pythia' simply inserted all the
sub-packages on sys.path, which makes the namespace protection
meaningless.  A lot of edits would have been required to make the
'pythia' namespace real -- edits to both to Pyre apps and Pythia
itself.  There may have been a way to hack __path__ to make it
work -- I don't know; but now I don't care.  (I'm cutting my
losses in the Python realm...)


Copied: cs/pythia/trunk/acis (from rev 5254, cs/pythia/trunk/pythia/acis)

Copied: cs/pythia/trunk/blade (from rev 5254, cs/pythia/trunk/pythia/blade)

Copied: cs/pythia/trunk/elc (from rev 5254, cs/pythia/trunk/pythia/elc)

Copied: cs/pythia/trunk/journal (from rev 5254, cs/pythia/trunk/pythia/journal)

Copied: cs/pythia/trunk/mpi (from rev 5254, cs/pythia/trunk/pythia/mpi)

Copied: cs/pythia/trunk/opal (from rev 5254, cs/pythia/trunk/pythia/opal)

Copied: cs/pythia/trunk/pulse (from rev 5254, cs/pythia/trunk/pythia/pulse)

Copied: cs/pythia/trunk/pyre (from rev 5254, cs/pythia/trunk/pythia/pyre)

Copied: cs/pythia/trunk/rigid (from rev 5254, cs/pythia/trunk/pythia/rigid)

Modified: cs/pythia/trunk/setup.py
===================================================================
--- cs/pythia/trunk/setup.py	2006-11-13 21:24:59 UTC (rev 5254)
+++ cs/pythia/trunk/setup.py	2006-11-13 22:13:40 UTC (rev 5255)
@@ -37,6 +37,8 @@
     'pulse':    [],
     'rigid':    [],
     
+    # Standalone, but might depend upon Django someday :-)
+    'opal':    [],
     },
     
     author = 'Michael A.G. Aivazis',



More information about the cig-commits mailing list