summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 47b5c65)
raw | patch | inline | side by side (parent: 47b5c65)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 3 Sep 2002 22:11:50 +0000 (22:11 +0000) | ||
committer | richard <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 | patch | blob | history |
index 48383719829bba5340e5009121ebcd6a1a1bf294..954947ac9c0be09b7fff5ca13ba67452a915d9b8 100644 (file)
-# $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
============
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.
#
# $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
#