Changeset 9a76d0 in indico


Ignore:
Timestamp:
06/07/10 16:01:56 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 4c7d4152dff271ba5df5a8606605969cab454080
Children:
ad240b
Parents:
8f3536
Message:

[FIX] Missing import

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/pages/conferences.py

    raf93a0 r9a76d0  
    1125511255            for key in keys: 
    1125611256                list.append((key, self._pendingCoordinators[key][:])) 
    11257                 list.sort(conference.SessionCoordinator._cmpFamilyName) 
     11257                list.sort(conference.ConferenceParticipation._cmpFamilyName) 
    1125811258 
    1125911259        html = WConfModifPendingQueuesList(str(url), title, target, list, pType).getHTML() 
Note: See TracChangeset for help on using the changeset viewer.