// Copyright (c) 2011 Ole Weidner // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include #include #include #include "register_types.hpp" using namespace boost::python; BOOST_PYTHON_MODULE(_job) { register_isn_version(); register_isn_entity_data(); // saga::isn::entity_data //register_job_self(); // saga::job_self //register_job_service(); // saga::job_service //register_job_description(); // saga::job_description }