ansible/commands
Cristian Ciupitu 7f681c33a2 Micro-optimization: replace s.find(x)!=-1 with x in s
timeit shows a speedup of ~3x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
2014-03-16 13:10:28 -04:00
..
command Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
raw
script Add creates= and removes= to the script: action 2014-02-18 12:52:09 +00:00
shell