- Timestamp:
- 02/19/10 13:58:00 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.biosql/trunk/src/plone4bio/biosql/content/seqrecord.py
r136 r137 175 175 accessions = property(fget=getAccessions) 176 176 177 def getTaxonomy(self): 178 if self.annotations.has_key('taxonomy'): 179 return self.annotations['taxonomy'] 180 else: 181 return [] 182 taxonomy = property(fget=getTaxonomy) 183 184 177 185 InitializeClass(BioSQLSeqRecord) 178 186
