From 48724b0b5c5db3230d3444694880c8bc6182dff0 Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Mon, 18 Aug 2014 16:51:08 +0200 Subject: [PATCH] Removed obsolete get_include. --- bob/io/base/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bob/io/base/__init__.py b/bob/io/base/__init__.py index 33b2e2d..748b438 100644 --- a/bob/io/base/__init__.py +++ b/bob/io/base/__init__.py @@ -186,11 +186,6 @@ def peek_all(filename): # Keeps compatibility with the previously existing API open = File -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. """ -- GitLab