From f33392dc28282947a312c7b68727d44ed4118c8e Mon Sep 17 00:00:00 2001 From: Matthew Einhorn Date: Sat, 17 Jan 2015 20:07:34 -0500 Subject: [PATCH] Lost the colon. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c00e668e2..32c9824ec 100644 --- a/setup.py +++ b/setup.py @@ -150,7 +150,7 @@ class KivyBuildExt(build_ext): for fn, content in ( (config_h_fn, config_h), (config_pxi_fn, config_pxi), (config_py_fn, config_py)): - if self.update_if_changed(fn, content) + if self.update_if_changed(fn, content): print('Updated {}'.format(fn)) c = self.compiler.compiler_type