summaryrefslogtreecommitdiffstats
path: root/src/lib/Environment.py
Commit message (Collapse)AuthorAgeFilesLines
* Add Environment.py file for building classes to gather env data.Raul Cuza2011-07-061-0/+37
Includes Pyversion() class which simplifies getting the Python version that Bcfg2 is running under. It is mostly useful for Python 2 and under, since Python 3 has the handy sys.version_info.{major,minor,...} object.