mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Patch UniversalAnalytics with 2to3
This commit is contained in:
parent
5f237c7c71
commit
0608b2a1df
2 changed files with 29 additions and 42 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
|
||||
import sys, re, os
|
||||
from cStringIO import StringIO
|
||||
from io import StringIO
|
||||
|
||||
|
||||
|
||||
|
@ -116,6 +116,6 @@ def consume(outbuffer = None): # Capture standard output
|
|||
|
||||
if __name__ == '__main__':
|
||||
consume(sys.stdout).write(sys.stdin.read())
|
||||
print '\n'
|
||||
print('\n')
|
||||
|
||||
# vim: set nowrap tabstop=4 shiftwidth=4 softtabstop=0 expandtab textwidth=0 filetype=python foldmethod=indent foldcolumn=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue