run-tests: PEP8 fix.

This commit is contained in:
Paul Sokolovsky 2014-12-12 00:51:39 +02:00
parent f42b3c7599
commit dbc7854355
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ else:
MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', '../unix/micropython')
# Set PYTHONIOENCODING so that CPython will use utf-8 on systems which set another encoding in the locale
os.environ['PYTHONIOENCODING']='utf-8'
os.environ['PYTHONIOENCODING'] = 'utf-8'
def rm_f(fname):
if os.path.exists(fname):