]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/model.py
Bugfix: Comando debe ser Inheritable.
[software/sercom.git] / sercom / model.py
index 0ccb1a2b5055e9d2f346d4bf1f194fe294a93839..688fbb0ca400a254ca144dc23f1f7615c8539b91 100644 (file)
@@ -362,7 +362,7 @@ class TareaPrueba(Tarea): #{{{
                 % (self.id, self.nombre, self.descripcion)
 #}}}
 
-class Comando(SQLObject): #{{{
+class Comando(InheritableSQLObject): #{{{
     # Campos
     comando             = ParamsCol(length=255, notNone=True)
     descripcion         = UnicodeCol(length=255, default=None)