Changeset da35fd in indico


Ignore:
Timestamp:
03/21/11 11:40:56 (2 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, 4c7d4152dff271ba5df5a8606605969cab454080
Children:
65ce19
Parents:
092613
Message:

[FIX] Surviving mod_python import

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/rh/conferenceDisplay.py

    rf395ef rda35fd  
    543543            return pic.readBin() 
    544544        else: 
    545             from mod_python import apache 
     545            from indico.web.wsgi import webinterface_handler_config as apache 
    546546            self._req.status = apache.HTTP_NOT_FOUND 
    547547            return WPError404(self, urlHandlers.UHConferenceDisplay.getURL(self._conf)).display() 
Note: See TracChangeset for help on using the changeset viewer.