Files
python-ganttclient/nova/tests
lzyeval 47705d9f3b PEP8 type comparison cleanup
Fixes bug #910295

The None, True, and False values are singletons.

All variable *comparisons* to singletons should use 'is' or 'is not'.
All variable *evaluations* to boolean should use 'if' or 'if not'.

"== None", "== True", "== False", and "!= None" comparisons in sqlalchemy's
where(), or_(), filter(), and_(), and select() functions should not be changed.

Incorrect comparisons or evaluations in comments were not changed.

Change-Id: I087f0883bf115b5fe714ccfda86a794b9b2a87f7
2012-01-04 07:32:13 +08:00
..
2011-12-21 23:04:51 -05:00
2012-01-04 07:32:13 +08:00
2010-08-03 16:51:37 +02:00
2010-08-03 16:51:37 +02:00
2011-07-22 20:41:46 +00:00
2011-12-08 22:44:29 +00:00
2011-07-22 00:39:53 +00:00
2011-12-15 16:53:33 -06:00
2011-04-19 09:48:44 -04:00
2011-02-21 00:15:49 -08:00
2011-09-29 13:39:59 +01:00
2011-08-04 23:01:22 -05:00
2011-07-23 16:57:05 +09:00
2011-08-24 10:20:27 -07:00
2011-11-28 14:13:13 +00:00
2011-08-25 19:09:50 -07:00
2011-09-12 15:36:18 -07:00