mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Replace single quotes in gio/tests/codegen.py
This makes the formatting more consistent.
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user