From 408245228ba96e5bad24738b9432bd78079178f6 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Fri, 1 Jan 2010 14:39:39 +0100 Subject: [PATCH] Describe what debversion is doing Signed-off-by: Joerg Jaspert --- daklib/dbconn.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/daklib/dbconn.py b/daklib/dbconn.py index cb76ebc1..46956778 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -61,6 +61,10 @@ from textutils import fix_maintainer # reflection class DebVersion(sqltypes.Text): + """ + Support the debversion type + """ + def get_col_spec(self): return "DEBVERSION" -- 2.39.2