Changeset dc8ef7 in indico for indico/MaKaC/plugins/RoomBooking/notifications.py
- Timestamp:
- 07/14/11 16:07:26 (2 years ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 10eafd9ae230cbad5d99d5aaf22c24724fb6c98f
- Children:
- 331c68
- Parents:
- 137cf0
- File:
-
- 1 edited
-
indico/MaKaC/plugins/RoomBooking/notifications.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/plugins/RoomBooking/notifications.py
rf9bbd4 rdc8ef7 18 18 ## along with CDS Indico; if not, write to the Free Software Foundation, Inc., 19 19 ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 20 from indico.core. api.reservation import IReservationListener, IReservationStartStopListener21 from indico.core. api.base import Component20 from indico.core.extpoint.reservation import IReservationListener, IReservationStartStopListener 21 from indico.core.extpoint.base import Component 22 22 from zope.interface import implements 23 23 from datetime import datetime, timedelta
Note: See TracChangeset
for help on using the changeset viewer.
