From f7393e0e6363d1c56d579a9fe86c99f9a45bb4bf Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 9 Mar 2007 03:51:07 +0000 Subject: [PATCH] Bugfix: Comando debe ser Inheritable. --- sercom/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sercom/model.py b/sercom/model.py index 0ccb1a2..688fbb0 100644 --- a/sercom/model.py +++ b/sercom/model.py @@ -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) -- 2.43.0