Have to use u'' format in test_sftp so this test won't run on Py3.2 unless we find a solution
This commit is contained in:
parent
fee18142a5
commit
201a61d66d
|
@ -72,7 +72,7 @@ FOLDER = os.environ.get('TEST_FOLDER', 'temp-testing000')
|
||||||
sftp = None
|
sftp = None
|
||||||
tc = None
|
tc = None
|
||||||
g_big_file_test = True
|
g_big_file_test = True
|
||||||
unicode_folder = u('\u00fcnic\u00f8de')
|
unicode_folder = u'\u00fcnic\u00f8de'
|
||||||
|
|
||||||
def get_sftp():
|
def get_sftp():
|
||||||
global sftp
|
global sftp
|
||||||
|
|
Loading…
Reference in New Issue