searchlight/tools
Ian Cordasco 460ee96994 Use dictionary literals and comprehensions
In Python 2.7 dictionary comprehension were introduced to replace the
idiom of dict((k, v) for (k, v) in ...). Dictionary literals have been
around much longer. Using dictionary comprehensions and literals are
also faster than dict() and are stylistically more common in Python.

Change-Id: Ia97a2113f316d4bdec17db4c497fba23293c187b
2015-06-29 21:24:37 -05:00
..
colorizer.py Use dictionary literals and comprehensions 2015-06-29 21:24:37 -05:00
install_venv.py Change README to RST format 2015-05-21 23:01:38 -07:00
install_venv_common.py Change README to RST format 2015-05-21 23:01:38 -07:00
with_venv.sh Change README to RST format 2015-05-21 23:01:38 -07:00