backport check_output for 2.6
This commit is contained in:
parent
22ac81650d
commit
69a78db3b3
5 changed files with 34 additions and 6 deletions
|
|
@ -31,7 +31,9 @@ import re
|
|||
import os
|
||||
from datetime import datetime
|
||||
from tempfile import mkstemp
|
||||
from subprocess import check_output, STDOUT
|
||||
from subprocess import STDOUT
|
||||
from weboob.tools.compat import check_output
|
||||
|
||||
from time import sleep
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@ import ssl
|
|||
import json
|
||||
import os
|
||||
from tempfile import mkstemp
|
||||
from subprocess import check_output, STDOUT
|
||||
from subprocess import STDOUT
|
||||
from weboob.tools.compat import check_output
|
||||
from urllib import unquote
|
||||
|
||||
from .pages import LoginProceedPage, LoginRedirectPage, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue