Examples: Unify string quoting in the Python sources

This commit is contained in:
Dmitry D. Chernov 2019-07-14 14:12:23 +10:00
commit f88ba7c182
10 changed files with 21 additions and 21 deletions

View file

@ -11,7 +11,7 @@ def run_except_on_windows(commandline, env=None):
print(" Starting subtest " + os.path.basename(__file__))
# Package brave found under one path
sys.path.insert(0, 'path1')
sys.path.insert(0, "path1")
from brave import robin
print(" Finished from brave import robin")