round(0, "ermintrude") succeeded instead of producing a TypeError. Fix this.
[python.git] / Tools / scripts / idle
blob1ba2a2c598169e067a1f1b26b9bdccffbb22c06e
1 #! /usr/bin/env python
3 from idlelib.PyShell import main
4 if __name__ == '__main__':
5 main()