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_slackts.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_slackts.py')
-rw-r--r-- | _pytest/test_slackts.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_pytest/test_slackts.py b/_pytest/test_slackts.py index 87f43a7..a77ba07 100644 --- a/_pytest/test_slackts.py +++ b/_pytest/test_slackts.py @@ -1,3 +1,5 @@ +from __future__ import print_function, unicode_literals + from wee_slack import SlackTS |