23 months ago
Removed unused dangerously broken code
| external-plugins/eric_the_fish/versions/001_Move_fortunes_to_the_database.py | file | annotate | diff | revisions |
1.1 --- a/external-plugins/eric_the_fish/versions/001_Move_fortunes_to_the_database.py Fri Jun 18 20:24:20 2010 +0200 1.2 +++ b/external-plugins/eric_the_fish/versions/001_Move_fortunes_to_the_database.py Fri Jun 18 20:51:29 2010 +0200 1.3 @@ -12,7 +12,7 @@ 1.4 1.5 # Define the objects here 1.6 class Fortune(object): 1.7 - query = db.query_property(db.Query) 1.8 + 1.9 def __init__(self, text): 1.10 self.text = text 1.11