Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-10-09 00:50:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-09 00:50:06 +0400
commita82bcb38c40fbeeea3715341d07ace5bb56890ed (patch)
tree5e75b39242729489bd797e94eda9d3e7aecf0f0f /system_property_chart.py
parentb941652219a5fe080bf2d71664a393ca83c238b5 (diff)
style cleanup: pep8
Diffstat (limited to 'system_property_chart.py')
-rw-r--r--system_property_chart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system_property_chart.py b/system_property_chart.py
index 4178ebe0..5ed96aae 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -101,7 +101,7 @@ def _property_chart_draw(self, context):
prop_found = False
for attr_string in strings:
prop_pairs.append(obj_prop_get(obj, attr_string))
- if prop_found == False and prop_pairs[-1] != (None, None):
+ if prop_found is False and prop_pairs[-1] != (None, None):
prop_found = True
if prop_found: