aboutsummaryrefslogtreecommitdiffstats
path: root/generate_docs.py
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2019-03-28 15:38:54 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2019-04-08 15:11:57 +0200
commit718721cbc725d3aa3db9fe2d606c81a56615a753 (patch)
tree0e2794de3360e76f8eb223aa88d9390312555932 /generate_docs.py
parent60a842e141fd0710873f018e0908764f08132a77 (diff)
downloadwee-slack-718721cbc725d3aa3db9fe2d606c81a56615a753.tar.gz
Import print_function and unicode_literals in all test files
Diffstat (limited to 'generate_docs.py')
-rwxr-xr-xgenerate_docs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/generate_docs.py b/generate_docs.py
index 491b316..d21d855 100755
--- a/generate_docs.py
+++ b/generate_docs.py
@@ -1,8 +1,8 @@
#!/usr/bin/python2
# -*- coding: utf-8 -*-
-from __future__ import print_function
-from __future__ import unicode_literals
+from __future__ import print_function, unicode_literals
+
from textwrap import dedent
import wee_slack