Changeset 153 for plone4bio.biosql/trunk/src/plone4bio/biosql/interfaces.py
- Timestamp:
- 08/05/10 18:37:06 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.biosql/trunk/src/plone4bio/biosql/interfaces.py
r112 r153 32 32 33 33 class IBioSQLRoot(Interface): 34 """ """34 """ 35 35 title = schema.TextLine(title=_(u"title")) 36 36 dsn = schema.TextLine(title=_(u"DSN"), … … 43 43 (_(u"accession"), "accession"), 44 44 (_(u"accession.version"), "version"),]) 45 ) 45 ) 46 """
