~ubuntu-branches/ubuntu/lucid/prewikka/lucid

« back to all changes in this revision

Viewing changes to prewikka/ModPythonHandler.py

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2007-05-22 09:50:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070522095033-0jr7zmkf91bl1ymp
Tags: 0.9.11-1
New upstream release (add internationalization support)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# along with this program; see the file COPYING.  If not, write to
18
18
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
19
19
 
20
 
from prewikka import locale
21
 
from prewikka import Core, Request
 
20
from prewikka import Core, Request, localization
22
21
from mod_python import apache, util, Cookie
23
22
 
24
23
class ModPythonRequest(Request.Request):