Changeset 2abac73 in indico


Ignore:
Timestamp:
10/05/10 14:19:40 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
b37548
Parents:
c411e0
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (10/05/10 14:18:35)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (10/05/10 14:19:40)
Message:

[FIX] corrected wrong import

  • indico.MaKaC -> MaKaC
Location:
indico/MaKaC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/plugins/base.py

    r4bb4bd r2abac73  
    5151    def getRHMap(self): 
    5252        # Replace with the real dict obtained while exploring the directories 
    53         return {'algo': 'indico.MaKaC.webinterface.rh.welcome.RHWelcome'} 
     53        return {'algo': 'MaKaC.webinterface.rh.welcome.RHWelcome'} 
    5454 
    5555    def getGlobalPluginOptions(self): 
  • indico/MaKaC/webinterface/rh/categoryDisplay.py

    rfd6f61 r2abac73  
    404404 
    405405    def setValues(c, confData): 
    406         from indico.MaKaC.webinterface.common.tools import escape_tags_short_url 
     406        from MaKaC.webinterface.common.tools import escape_tags_short_url 
    407407        c.setTitle( confData["title"] ) 
    408408        c.setDescription( confData["description"] ) 
Note: See TracChangeset for help on using the changeset viewer.