| Home | Trees | Indices | Help |
|
|---|
|
|
1 #emacs: -*- mode: python-mode; py-indent-offset: 4; indent-tabs-mode: nil -*-
2 #ex: set 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 """"""
10
11 __docformat__ = 'restructuredtext'
12
13 if __debug__:
14 from mvpa.misc import debug
15 debug('INIT', 'mvpa.measures')
16
17 if __debug__:
18 debug('INIT', 'mvpa.measures end')
19
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Jul 3 13:06:22 2008 | http://epydoc.sourceforge.net |