Changeset 9a0611 in indico for indico/MaKaC/conference.py
- Timestamp:
- 09/15/09 18:59:59 (4 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 63511f
- Parents:
- b2fe37
- git-author:
- David Martín Clavo <david.martin.clavo@…> (09/15/09 18:59:58)
- git-committer:
- David Martín Clavo <david.martin.clavo@…> (09/15/09 18:59:59)
- File:
-
- 1 edited
-
indico/MaKaC/conference.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/conference.py
rfd0c10 r9a0611 8339 8339 return self.getOwner() 8340 8340 8341 @Retrieves (['MaKaC.conference.Contribution', 8342 'MaKaC.conference.AcceptedContribution'],'location', lambda l: l and l.getName()) 8341 8343 def getLocation( self ): 8342 8344 if self.getOwnLocation(): … … 8354 8356 self.notifyModification() 8355 8357 8358 @Retrieves (['MaKaC.conference.Contribution', 8359 'MaKaC.conference.AcceptedContribution'],'room', lambda r: r and r.getName()) 8356 8360 def getRoom( self ): 8357 8361 if self.getOwnRoom():
Note: See TracChangeset
for help on using the changeset viewer.
