spack/lib/spack/external
Peter Scheibel 6d7b26d4e0 Insert lib/spack/external into sys.path. This avoids cases where the system
python install and lib/spack/external have the same library installed. This
requires modifying the names of some modules in lib/spack/external in cases
where both the system python and backported features of future python versions
(i.e. after 2.6) are used (previously distinguished by "from external import X"
and "import X").
2015-11-11 18:04:22 -08:00
..
yaml Add YAML to Spack. 2015-04-28 23:15:13 -07:00
__init__.py Specs to/from YAML are working. 2015-04-29 01:47:09 -07:00
argparse.py Add ability to get subparser by name from argparse 2014-11-01 15:59:29 -07:00
functools_backport.py Insert lib/spack/external into sys.path. This avoids cases where the system 2015-11-11 18:04:22 -08:00
ordereddict_backport.py Insert lib/spack/external into sys.path. This avoids cases where the system 2015-11-11 18:04:22 -08:00
pyqver2.py Add Python version test to detect {} in version strings. 2015-07-24 14:22:28 -07:00