Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 3 Sep 2002 22:11:50 +0000 (22:11 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 3 Sep 2002 22:11:50 +0000 (22:11 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1051 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/backends/back_gadfly.py

index 48383719829bba5340e5009121ebcd6a1a1bf294..954947ac9c0be09b7fff5ca13ba67452a915d9b8 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: back_gadfly.py,v 1.10 2002-09-03 06:08:50 richard Exp $
+# $Id: back_gadfly.py,v 1.11 2002-09-03 22:11:50 richard Exp $
 __doc__ = '''
 About Gadfly
 ============
@@ -108,7 +108,7 @@ class Database(FileStorage, hyperdb.Database, roundupdb.Database):
             self.database_schema = cursor.fetchone()[0]
 
     def __repr__(self):
-        return '<radfly 0x%x>'%id(self)
+        return '<roundfly 0x%x>'%id(self)
 
     def post_init(self):
         ''' Called once the schema initialisation has finished.
@@ -1758,6 +1758,9 @@ class IssueClass(Class, roundupdb.IssueClass):
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.10  2002/09/03 06:08:50  richard
+# oops
+#
 # Revision 1.9  2002/09/03 05:46:21  richard
 # handle disappearing users for journaltags
 #