Changeset 1377:f9764beafa4b
Legend:
- Unmodified
- Added
- Removed
-
external-plugins/eric_the_fish/versions/001_Move_fortunes_to_the_database.py
r1342 r1377 13 13 # Define the objects here 14 14 class Fortune(object): 15 query = db.query_property(db.Query) 15 16 16 def __init__(self, text): 17 17 self.text = text
Note: See TracChangeset
for help on using the changeset viewer.