symbian-qemu-0.9.1-12/python-2.6.1/Tools/pynche/pynche.pyw
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 #! /usr/bin/env python
       
     2 
       
     3 """Run this file under Windows to inhibit the console window.
       
     4 Run the file pynche.py under Unix or when debugging under Windows.
       
     5 """
       
     6 import Main
       
     7 Main.main()