diff --git a/setup.py b/setup.py
index fdf4fe2303d3e6001102fed6d8ac4dca0baff345..2c6d99cb01f75322e7fdb04a5db8c2afd6a71b91 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ bob_packages = ['bob.core']
 
 from setuptools import setup, find_packages, dist
 dist.Distribution(dict(setup_requires=['bob.extension', 'bob.blitz'] + bob_packages))
-from bob.extension.utils import egrep, find_header, find_library,
+from bob.extension.utils import egrep, find_header, find_library
 from bob.blitz.extension import Extension, Library, build_ext
 
 from bob.extension.utils import load_requirements