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

Removed traces of obsolete 'get_include'.

parent 08561d76
No related merge requests found
......@@ -12,11 +12,6 @@ from . import version
from .version import module as __version__
from .version import api as __api_version__
def get_include():
"""Returns the directory containing the C/C++ API include directives"""
return __import__('pkg_resources').resource_filename(__name__, 'include')
def get_config():
"""Returns a string containing the configuration information.
"""
......
......@@ -36,10 +36,6 @@ the import function:
}
.. note::
The include directory can be discovered using
:py:func:`bob.learn.mlp.get_include`.
Machine
-------
......
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