sl@0: // Copyright Stefan Seefeld 2005. sl@0: // Distributed under the Boost Software License, Version 1.0. (See sl@0: // accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt) sl@0: #ifndef IMPORT_SS20050624_HPP sl@0: # define IMPORT_SS20050624_HPP sl@0: sl@0: # include sl@0: # include sl@0: sl@0: namespace boost sl@0: { sl@0: namespace python sl@0: { sl@0: sl@0: // Import the named module and return a reference to it. sl@0: object BOOST_PYTHON_DECL import(str name); sl@0: sl@0: } sl@0: } sl@0: sl@0: #endif