Changeset 810c1b in indico


Ignore:
Timestamp:
08/31/11 12:13:06 (21 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
3f1603
Parents:
818f12
Message:

[FIX] Adding missing docstring to migration tasks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/migration/migrate_0.97_0.98.py

    r386382 r810c1b  
    273273 
    274274def runLangToGB(dbi, withRBDB): 
     275    """ 
     276    Replacing en_US with en_GB. 
     277    """ 
    275278    avatars = AvatarHolder().getList() 
    276279    for av in avatars: 
     
    280283 
    281284def runMakoMigration(dbi, withRBDB): 
     285    """ 
     286    Installing new TPLs for meeting/lecture styles 
     287    """ 
    282288    cdmr = displayMgr.ConfDisplayMgrRegistery() 
    283289    info = HelperMaKaCInfo().getMaKaCInfoInstance() 
     
    301307 
    302308def runPluginOptionsRoomGUIDs(dbi, withRBDB): 
     309    """ 
     310    Modifying Room GUIDs 
     311    """ 
    303312    ph = PluginsHolder() 
    304313    opt = ph.getPluginType('Collaboration').getPlugin('WebcastRequest').getOption('webcastCapableRooms') 
Note: See TracChangeset for help on using the changeset viewer.