Update output of "sbase convert FILE.py" for Python 3

This commit is contained in:
Michael Mintz 2021-01-27 02:18:13 -05:00
parent 749dee5908
commit a10d150aec
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ def main():
seleniumbase_lines.append(lines[line_num])
seleniumbase_code = ""
if has_unicode:
if has_unicode and sys.version_info[0] < 3:
seleniumbase_code = "# -*- coding: utf-8 -*-\n"
if uses_keys:
seleniumbase_code += (