Removed unused dangerously broken code

23 months ago

author
mitsuhiko
date
Fri Jun 18 20:51:29 2010 +0200
changeset 1377
f9764beafa4b
parent 1376
3bdf6f1a3eab
child 1378
0cef2a888387

Removed unused dangerously broken code

external-plugins/eric_the_fish/versions/001_Move_fortunes_to_the_database.pyfile | 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  

mercurial