[Debconf-video-commits] r409 - package/branches/pycon09/src

benh at alioth.debian.org benh at alioth.debian.org
Fri Mar 27 04:26:04 UTC 2009


Author: benh
Date: 2009-03-27 04:26:04 +0000 (Fri, 27 Mar 2009)
New Revision: 409

Modified:
   package/branches/pycon09/src/pycon-import-events
Log:
Talks scheduled in Ballroom A-E will be covered from the same rig as just D, so map the room name accordingly.


Modified: package/branches/pycon09/src/pycon-import-events
===================================================================
--- package/branches/pycon09/src/pycon-import-events	2009-03-27 02:13:49 UTC (rev 408)
+++ package/branches/pycon09/src/pycon-import-events	2009-03-27 04:26:04 UTC (rev 409)
@@ -47,8 +47,8 @@
         if not match:
             print 'INFO: Ignoring', event['title']
             continue
-        # Treat A-E as ABC because we will use the same setup
-        event['conference_room'] = match.group(1).replace('A-E', 'ABC')
+        # Treat A-E as D because we will use the same mixer
+        event['conference_room'] = match.group(1).replace('A-E', 'D')
         event['description'] = match.group(2)
 
         event['source_url'] = TALKS_SOURCE_URL + '#' + vevent['UID']




More information about the Debconf-video-commits mailing list