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:
Scott Maxwell 2013-11-01 01:02:50 -07:00
parent fee18142a5
commit 201a61d66d
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ FOLDER = os.environ.get('TEST_FOLDER', 'temp-testing000')
sftp = None
tc = None
g_big_file_test = True
unicode_folder = u('\u00fcnic\u00f8de')
unicode_folder = u'\u00fcnic\u00f8de'
def get_sftp():
global sftp