]> git.decadent.org.uk Git - dak.git/commitdiff
Describe what debversion is doing
authorJoerg Jaspert <joerg@debian.org>
Fri, 1 Jan 2010 13:39:39 +0000 (14:39 +0100)
committerJoerg Jaspert <joerg@debian.org>
Fri, 1 Jan 2010 13:39:39 +0000 (14:39 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
daklib/dbconn.py

index cb76ebc120d1970e3898c7c3204146e733c4f333..4695677849aae10902f1824eb60e981ea815ab4d 100755 (executable)
@@ -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"