Changeset a047ee in indico


Ignore:
Timestamp:
03/17/11 17:23:29 (2 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
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:
af3a6d
Parents:
8fed2e8
git-author:
Adrian Moennich <jerome.ernst.monnich@…> (03/17/11 16:43:38)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (03/17/11 17:23:29)
Message:

[FIX] Also import 'services' submodule

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/plugins/Collaboration/collaborationTools.py

    r8fed2e8 ra047ee  
    105105        if entry: 
    106106            __import__(entry.module_name, globals(), locals(), 
    107                        ['collaboration', 'pages', 'actions', 'fossils']) 
     107                       ['collaboration', 'pages', 'actions', 'fossils', 'services']) 
    108108            return sys.modules[entry.module_name] 
    109109        else: 
Note: See TracChangeset for help on using the changeset viewer.