mrillies GitHub pirms 8 gadiem
vecāks
revīzija
15515e1490
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      modules/core/props.py

+ 2
- 1
modules/core/props.py Parādīt failu

@@ -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

Notiek ielāde…
Atcelt
Saglabāt