RETIRED, further work has moved to Debian project infrastructure
Go to file
ChangBo Guo(gcb) 4dc5dfdada Leverage dict comprehension in PEP-0274
PEP-0274 introduced dict comprehensions to replace dict constructor
with a sequence of key-pairs[1], these are twobenefits:
  First, it makes the code look neater.
  Second, it gains a micro-optimization.

sahara dropped python 2.6 support in Kilo, we can leverage this now.

Note: This commit doesn't handle dict constructor with kwargs.
This commit also adds a hacking rule.

[1]http://legacy.python.org/dev/peps/pep-0274/

Closes-Bug: #1430786
Change-Id: I507f2c520ddab1ae3d8487bf7aea497306eb6eb2
2015-04-02 01:51:41 +00:00
doc/source Merge "Docs updated with instance locality feature" 2015-03-31 23:44:34 +00:00
etc Merge "Add scenario files for new integration tests" 2015-03-23 11:41:59 +00:00
sahara Leverage dict comprehension in PEP-0274 2015-04-02 01:51:41 +00:00
tools Remove the sahara.conf.sample file 2015-03-18 23:34:53 +04:00
.coveragerc Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
.gitignore Removed a duplicate directive 2014-08-04 22:39:08 -05:00
.gitreview Update .gitreview to point on updated repo 2014-03-12 16:55:37 +04:00
.mailmap Add entry for Yevgen Runts to avoid dup author 2014-09-18 18:06:56 -07:00
.testr.conf Group tests by class 2014-08-04 14:59:13 +04:00
babel.cfg First steps for i18n support 2013-08-26 22:16:45 +04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:40 +00:00
HACKING.rst Leverage dict comprehension in PEP-0274 2015-04-02 01:51:41 +00:00
LICENSE copyright has been added 2013-03-11 10:30:40 +04:00
MANIFEST.in Changed heat engine to work with objects 2015-03-05 13:26:00 -08:00
openstack-common.conf Implemented multi-worker solution for Sahara API 2015-03-05 13:14:37 -08:00
pylintrc Removed attempt to ignore tests in pylint 2014-09-11 15:35:25 +00:00
README.rst Standardize README header 2014-03-29 14:12:44 +00:00
requirements.txt Updated from global requirements 2015-03-21 00:18:16 +00:00
run_tests.sh Fixup 'savanna' references in run_tests.sh 2014-03-20 16:52:42 -04:00
setup.cfg Reorganized heat template generation code 2015-02-18 20:56:11 +00:00
setup.py Updated from global requirements 2014-04-30 02:47:09 +00:00
test-requirements.txt Updated from global requirements 2015-03-21 00:18:16 +00:00
tox.ini Remove the sahara.conf.sample file 2015-03-18 23:34:53 +04:00