Package mvpa :: Package misc :: Package io
[hide private]
[frames] | no frames]

Source Code for Package mvpa.misc.io

 1  # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- 
 2  # vi: set ft=python sts=4 ts=4 sw=4 et: 
 3  ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ## 
 4  # 
 5  #   See COPYING file distributed along with the PyMVPA package for the 
 6  #   copyright and license terms. 
 7  # 
 8  ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ## 
 9  """Import helper for IO helpers""" 
10   
11  if __debug__: 
12      from mvpa.base import debug 
13      debug('INIT', 'mvpa.misc.io') 
14   
15  from mvpa.misc.io.base import * 
16   
17  if __debug__: 
18      debug('INIT', 'mvpa.misc.io end') 
19