diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-07-26 13:14:35 +0000 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-07-26 13:14:35 +0000 |
commit | 136307cf8e02992638f8e2aadc4f5f8b7fea0bbd (patch) | |
tree | 34452331178ab204a9eee533a063e77b780a8b87 /test/suite/suite_random.py | |
parent | 763c43c876a3c7aca22186c84d901f318af48393 (diff) | |
download | mongo-136307cf8e02992638f8e2aadc4f5f8b7fea0bbd.tar.gz |
Remove the rest of the <tab> characters in the static test suite,
Python says "no".
Diffstat (limited to 'test/suite/suite_random.py')
-rw-r--r-- | test/suite/suite_random.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/suite/suite_random.py b/test/suite/suite_random.py index c0e0a2a9d85..3515c8c3e44 100644 --- a/test/suite/suite_random.py +++ b/test/suite/suite_random.py @@ -24,11 +24,9 @@ # OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. -# -# suite_random.py -# A quick and predictable pseudo random number generator. -# +# suite_random.py +# A quick and predictable pseudo random number generator. class suite_random: """ Generate random 32 bit integers that are predictable, |