Skip to content

Commit fd09468

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 809b9d3 commit fd09468

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup/backends/back_gadfly.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: back_gadfly.py,v 1.10 2002-09-03 06:08:50 richard Exp $
1+
# $Id: back_gadfly.py,v 1.11 2002-09-03 22:11:50 richard Exp $
22
__doc__ = '''
33
About Gadfly
44
============
@@ -108,7 +108,7 @@ def __init__(self, config, journaltag=None):
108108
self.database_schema = cursor.fetchone()[0]
109109

110110
def __repr__(self):
111-
return '<radfly 0x%x>'%id(self)
111+
return '<roundfly 0x%x>'%id(self)
112112

113113
def post_init(self):
114114
''' Called once the schema initialisation has finished.
@@ -1758,6 +1758,9 @@ def __init__(self, db, classname, **properties):
17581758

17591759
#
17601760
# $Log: not supported by cvs2svn $
1761+
# Revision 1.10 2002/09/03 06:08:50 richard
1762+
# oops
1763+
#
17611764
# Revision 1.9 2002/09/03 05:46:21 richard
17621765
# handle disappearing users for journaltags
17631766
#

0 commit comments

Comments
 (0)