~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/model.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-02 14:07:21 UTC
  • mto: This revision was merged to the branch mainline in revision 430.
  • Revision ID: jelmer@samba.org-20110302140721-37qson2dve2i4css
Drop support for json as simplejson alternative.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from sqlobject import *
2
 
 
3
 
from turbogears.database import PackageHub
4
 
 
5
 
hub = PackageHub("loggerhead")
6
 
__connection__ = hub
7
 
 
8
 
# class YourDataClass(SQLObject):
9
 
#     pass
10