Explorar el Código

Merge 899af8bfa1 into d3bc54001f

pull/120/merge
mrillies GitHub hace 8 años
padre
commit
15515e1490
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      modules/core/props.py

+ 2
- 1
modules/core/props.py Ver fichero

@@ -22,6 +22,7 @@ class Property(object):
PropertyType.__init__(self)
self.label = label
self.configurable = configurable
self.default_value = default_value
self.description = description

class Actor(PropertyType):
@@ -64,4 +65,4 @@ class StepProperty(Property):
PropertyType.__init__(self)
self.label = label
self.configurable = True
self.description = description
self.description = description

Cargando…
Cancelar
Guardar