
subprocess.check_output was new in Python 2.7. Use an alternative construct via subprocess.Popen which works on Python 2.6 as well.
stevedore
Manage dynamic plugins for Python applications
See http://stevedore.readthedocs.org for the full documentation.
Description
Languages
Python
100%