Skip to content
Snippets Groups Projects

Renamed kpi to is_kpi

Merged Adham Hashibon requested to merge rename-kpi-to-is-kpi into master
3 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -16,4 +16,4 @@ class OutputSlotInfo(HasStrictTraits):
@@ -16,4 +16,4 @@ class OutputSlotInfo(HasStrictTraits):
#: True if the value associated to this output slot must be exported as
#: True if the value associated to this output slot must be exported as
#: a KPI.
#: a KPI.
kpi = Bool(False)
is_kpi = Bool(False)
Loading