Skip to content
Snippets Groups Projects
Commit 6fcb0bf4 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix trailing comma

parent 445f4c90
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment