diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2019-03-28 15:38:54 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2019-04-08 15:11:57 +0200 |
commit | 718721cbc725d3aa3db9fe2d606c81a56615a753 (patch) | |
tree | 0e2794de3360e76f8eb223aa88d9390312555932 /_pytest/test_process_message.py | |
parent | 60a842e141fd0710873f018e0908764f08132a77 (diff) | |
download | wee-slack-718721cbc725d3aa3db9fe2d606c81a56615a753.tar.gz |
Import print_function and unicode_literals in all test files
Diffstat (limited to '_pytest/test_process_message.py')
-rw-r--r-- | _pytest/test_process_message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/test_process_message.py b/_pytest/test_process_message.py index 2077380..4dc24e5 100644 --- a/_pytest/test_process_message.py +++ b/_pytest/test_process_message.py @@ -1,4 +1,4 @@ -from __future__ import print_function +from __future__ import print_function, unicode_literals import json |