symbian-qemu-0.9.1-12/python-2.6.1/Tools/scripts/pydocgui.pyw
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 # Note:  this file must not be named pydoc.pyw, lest it just end up
       
     2 # importing itself (Python began allowing import of .pyw files
       
     3 # between 2.2a1 and 2.2a2).
       
     4 import pydoc
       
     5 
       
     6 if __name__ == '__main__':
       
     7    pydoc.gui()