projects
/
rainbowstream.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add python2 compatibility to PR #66
[rainbowstream.git]
/
rainbowstream
/
draw.py
diff --git
a/rainbowstream/draw.py
b/rainbowstream/draw.py
index
a947506
..
6b57041
100644
(file)
--- a/
rainbowstream/draw.py
+++ b/
rainbowstream/draw.py
@@
-7,6
+7,7
@@
import arrow
import re
import os
+from io import BytesIO
from twitter.util import printNicely
from functools import wraps
from pyfiglet import figlet_format