Package saga :: Package name_space
[frames] | no frames]

Source Code for Package saga.name_space

 1  #  Copyright (c) 2005-2009 Hartmut Kaiser 
 2  #  Copyright (c) 2010 Ole Weidner 
 3  #  
 4  #  Distributed under the Boost Software License, Version 1.0. (See accompanying 
 5  #  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 
 6   
 7  # This file must be located inside a directory named SAGA/name_space which in  
 8  # turn should be located in a directory listed in your PYTHON_PATH 
 9   
10  """ 
11  The SAGA Namespace API package.  
12   
13  The SAGA namespace API package is usually B{not used directly} in an 
14  application. However, the saga.filesystem, saga.advert and saga.replica API  
15  packages inherit from the namespace package 
16   
17  More on the concepts of the SAGA API can be found here: 
18  U{http://www.gridforum.org/documents/GFD.90.pdf} 
19  """ 
20   
21  from _name_space import *     # import name_space package 
22   
23 -class directory(_name_space.directory):
24 pass
25
26 -class entry(_name_space.entry):
27 pass
28
29 -class flags(_name_space.flags):
30 pass
31