symbian-qemu-0.9.1-12/python-2.6.1/Doc/tools/sphinx-web.py
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 # -*- coding: utf-8 -*-
       
     2 """
       
     3     Sphinx - Python documentation webserver
       
     4     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       
     5 
       
     6     :copyright: 2007 by Georg Brandl.
       
     7     :license: Python license.
       
     8 """
       
     9 
       
    10 import sys
       
    11 
       
    12 if __name__ == '__main__':
       
    13     from sphinx.web import main
       
    14     sys.exit(main(sys.argv))