From 6fcb0bf4d80881b51aae218077f3c07c92330ef7 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 12 Sep 2014 13:28:34 +0200 Subject: [PATCH] Fix trailing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fdf4fe2..2c6d99c 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 -- GitLab