This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| stripped down version of the original Python test support module | |
| Copyright (c) 2001-2016 Python Software Foundation; All Rights Reserved | |
| """ | |
| # 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and | |
| # the Individual or Organization ("Licensee") accessing and otherwise using Python | |
| # 2.7.11 software in source or binary form and its associated documentation. | |
| # | |
| # 2. Subject to the terms and conditions of this License Agreement, PSF hereby | |
| # grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, |