• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

contrib/opal/ZSI/doc/examples/server/receive_request/simple/mod_python/mod_python.py

00001 from ZSI import dispatch
00002 from mod_python import apache
00003 
00004 mod = __import__('encodings.utf_8', globals(), locals(), '*')
00005 mod = __import__('encodings.utf_16_be', globals(), locals(), '*')
00006 
00007 import MyHandler
00008 def handler(req):
00009     dispatch.AsHandler(modules=(MyHandler,), request=req)
00010     return apache.OK

Generated on Wed Oct 20 2010 11:12:16 for APBS by  doxygen 1.7.2