Examples: Unify string quoting in the Python sources
This commit is contained in:
parent
fa5f519bf9
commit
f88ba7c182
10 changed files with 21 additions and 21 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue