Fixes issue7208 - getpass would still allow the password to be echoed on
[python.git] / Tools / scripts / idle
blob1ba2a2c598169e067a1f1b26b9bdccffbb22c06e
1 #! /usr/bin/env python
3 from idlelib.PyShell import main
4 if __name__ == '__main__':
5 main()