Skip to content
Snippets Groups Projects
Commit 5ffa3ef4 authored by Manuel Günther's avatar Manuel Günther
Browse files

Added missing os import in setup.py

parent ceb019c2
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ dist.Distribution(dict(setup_requires=['bob.blitz'] + bob_packages))
from bob.extension.utils import egrep, find_header, find_library
from bob.blitz.extension import Extension, Library, build_ext
import os
packages = ['boost']
boost_modules = ['system', 'filesystem']
......
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