ó
Ë½÷Xc           @` se   d  Z  d d l m Z m Z m Z d d l Td d l m Z e j Z d d l m	 Z	 e	 ƒ  j
 Z
 d S(   s  
Module to read ARFF files, which are the standard data format for WEKA.

ARFF is a text file format which support numerical, string and data values.
The format can also represent missing data and sparse data.

Notes
-----
The ARFF support in ``scipy.io`` provides file reading functionality only.
For more extensive ARFF functionality, see `liac-arff
<https://github.com/renatopp/liac-arff>`_.

See the `WEKA website <http://weka.wikispaces.com/ARFF>`_
for more details about the ARFF format and available datasets.

i    (   t   divisiont   print_functiont   absolute_importi   (   t   *(   t   arffread(   t   TesterN(   t   __doc__t
   __future__R    R   R   R   t    t   __all__t   numpy.testingR   t   test(    (    (    s5   /tmp/pip-build-7oUkmx/scipy/scipy/io/arff/__init__.pyt   <module>   s   
	