# Copyright (c) 2005-2009 Hartmut Kaiser # # Use, modification and distribution is subject to 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) # This file must be located inside a directory named SAGA/replica which in # turn should be located in a directory listed in your PYTHON_PATH """ The SAGA SD (Service Discovery) API package. The SAGA Filesystem API is used to interact with service discovery services that are often employed in large-scale distributed systems. More on the concepts of the SAGA API can be found here: U{http://www.gridforum.org/documents/GFD.144.pdf} """ from _sd import * # import SD package class discoverer(_sd.discoverer): pass class service_data(_sd.service_data): pass class service_description(_sd.service_description): pass