diff --git a/gio/tests/codegen.py b/gio/tests/codegen.py index e76c6d243..6ea8e2f83 100644 --- a/gio/tests/codegen.py +++ b/gio/tests/codegen.py @@ -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):