Files
molecule-plugins/molecule
Fabio Erculiani bba60f30c2 [molecule] rewrite molecule.utils.exec_cmd() to not use shell=True
The following changes were required code-wide:
- use shlex.split() to split commands read from spec files
- use glob.glob() where required
- write command splitter function and make use of it instead of
  simple string splitter
2011-09-04 11:52:02 +02:00
..
2010-06-29 10:42:47 +02:00
2010-06-29 10:37:28 +02:00
2011-07-21 13:57:04 +02:00