diff options
| author | Nate Prewitt <Nate.Prewitt@gmail.com> | 2016-07-19 14:51:14 -0600 |
|---|---|---|
| committer | Nate Prewitt <Nate.Prewitt@gmail.com> | 2016-07-19 14:51:14 -0600 |
| commit | 15a3869006fa68d7ad34bc315842f2ca5b537311 (patch) | |
| tree | 839a0ee6b746a0af7b0bd164fc1e27b889371f9e /tests/utils.py | |
| parent | 75d72ca4ea95d32c446d23670dacae5fceb80e8c (diff) | |
| download | python-requests-15a3869006fa68d7ad34bc315842f2ca5b537311.tar.gz | |
making module docstrings and coding comments consistent
Diffstat (limited to 'tests/utils.py')
| -rw-r--r-- | tests/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py index 6cb75bfb..9b797fd4 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + import contextlib import os |
