mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Replace single quotes in gio/tests/codegen.py
This makes the formatting more consistent.
This commit is contained in:
parent
06309d50ea
commit
a5e7156a9b
@ -39,7 +39,7 @@ Result = collections.namedtuple("Result", ("info", "out", "err", "subs"))
|
||||
|
||||
|
||||
def on_win32():
|
||||
return sys.platform.find('win') != -1
|
||||
return sys.platform.find("win") != -1
|
||||
|
||||
|
||||
class TestCodegen(unittest.TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user