oslo-incubator/tools
Monty Taylor f10b956dd5 Replace try: import with extras.try_import
The block form:

try:
    import foo
except:
    foo = None

is confusing to code analysis tools looking for redefinition. It's also a
common enough pattern that someone else has encoded it into a library. Let's
use that instead.

Change-Id: I35a5c7a7e3595a51ba1ef1886c3965f463dba04a
2012-11-28 17:04:28 +00:00
..
pip-requires Replace try: import with extras.try_import 2012-11-28 17:04:28 +00:00
test-options Add test-options from Nova /w pyzmq 2012-07-17 20:00:56 -04:00
test-requires Use pep8 v1.3.3 2012-09-13 06:07:49 +08:00