[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 1/2] Describe what debversion is doing



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 daklib/dbconn.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/daklib/dbconn.py b/daklib/dbconn.py
index cb76ebc..4695677 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"
 
-- 
1.6.5



Reply to: